#13D734

Color #13D734 Dark Pastel Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Pastel Green #13D734

Tints of Dark Pastel Green #13D734

Color information

#13D734 (or 0x13D734) is unknown color: approx Dark Pastel Green. HEX triplet: 13, D7 and 34. RGB value is (19,215,52). Sum of RGB (Red+Green+Blue) = 19+215+52=286 (37% of max value = 765). Red value is 19 (7.81% from 255 or 6.64% from 286); Green value is 215 (84.38% from 255 or 75.17% from 286); Blue value is 52 (20.70% from 255 or 18.18% from 286); Max value from RGB is 215 - color contains mainly: green. Hex color #13D734 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #13D734 is #EC28CB. Grayscale: #8A8A8A. Windows color (decimal): -15476940 or 3462931. OLE color: 3462931.

HSL color Cylindrical-coordinate representation of color #13D734: hue angle of 130.1º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #13D734 is Cyan = 0.91, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.16.

Color convert

RGB1921552-
CMYK0.9100.760.16
HSL130.1º83.76%45.88%-
HSV(B)130.1º91.16%84.31%-
XYZ25.1948.9911.38-
YUV137.8179.5743.25-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 19 (7.81% from 255) = 6.64%
GREEN value IS 215 (84.38% from 255) = 75.17%
BLUE value IS 52 (20.70% from 255) = 18.18%
R=6.64%
G=75.17%
B=18.18%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal19215520.9100.760.16130.183.7645.88
Hex13D7345B04C1082542e
Octal233276413301142020212456
Binary100111101011111010010110110100110010000100000101010100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13D734

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #13D734; }

 p { color: rgb(19,215,52); }

 H1.HeaderClassName
 {
   color: #13D734;
 }
 .AnyTagClassName
 {
   color: #13D734;
 }
</style>
background-color css

<style>
 a { background-color: #13D734; }

 a { background-color: rgb(19,215,52); }

 div.DivClassName
 {
   background-color: #13D734;
 }
 .BgClassName
 {
   background-color: #13D734;
 }
</style>
border-color css

<style>
 span { border-color: #13D734; }

 span { border-color: rgb(19,215,52); }

 td.TdClassName
 {
   border-color: #13D734;
 }
 .TagClassName
 {
   border-color: #13D734;
 }
</style>