#13D632

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

Shades of Dark Pastel Green #13D632

Tints of Dark Pastel Green #13D632

Color information

#13D632 (or 0x13D632) is unknown color: approx Dark Pastel Green. HEX triplet: 13, D6 and 32. RGB value is (19,214,50). Sum of RGB (Red+Green+Blue) = 19+214+50=283 (37% of max value = 765). Red value is 19 (7.81% from 255 or 6.71% from 283); Green value is 214 (83.98% from 255 or 75.62% from 283); Blue value is 50 (19.92% from 255 or 17.67% from 283); Max value from RGB is 214 - color contains mainly: green. Hex color #13D632 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #13D632 is #EC29CD. Grayscale: #898989. Windows color (decimal): -15477198 or 3331603. OLE color: 3331603.

HSL color Cylindrical-coordinate representation of color #13D632: hue angle of 129.54º 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 #13D632 is Cyan = 0.91, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.16.

Color convert

RGB1921450-
CMYK0.9100.770.16
HSL129.54º83.69%45.69%-
HSV(B)129.54º91.12%83.92%-
XYZ24.8948.4611.06-
YUV13778.943.84-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 6.71%
GREEN value IS 214 (83.98% from 255) = 75.62%
BLUE value IS 50 (19.92% from 255) = 17.67%
R=6.71%
G=75.62%
B=17.67%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal19214500.9100.770.16129.5483.6945.69
Hex13D6325B04D1082542e
Octal233266213301152020212456
Binary100111101011011001010110110100110110000100000101010100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13D632

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,214,50); }

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

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

 a { background-color: rgb(19,214,50); }

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

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

 span { border-color: rgb(19,214,50); }

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