Html Css Color HEX #32A514 Kelly Green

📋 copy color: '#32A514'

red 50 ◦ green 165 ◦ blue 20

#32A514
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Kelly Green #32A514

Tints of Kelly Green #32A514

RGB

 RED value IS 50 (19.92% from 255) = 21.28%

 GREEN value IS 165 (64.84% from 255) = 70.21%

 BLUE value IS 20 (8.2% from 255) = 8.51%

R = 21.28%
G = 70.21%
B = 8.51%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.88

 K value IS 0.35

RGB Variations

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

Color information

#32A514 (or 0x32A514) is known color: Kelly Green. HEX triplet: 32, A5 and 14. RGB value is (50,165,20). Sum of RGB (Red+Green+Blue) = 50+165+20=235 (31% of max value = 765). Red value is 50 (19.92% from 255 or 21.28% from 235); Green value is 165 (64.84% from 255 or 70.21% from 235); Blue value is 20 (8.20% from 255 or 8.51% from 235); Max value from RGB is 165 - color contains mainly: green. Hex color #32A514 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #32A514 is #CD5AEB. Grayscale: #727272. Windows color (decimal): -13458156 or 1353010. OLE color: 1353010.

HSL color Cylindrical-coordinate representation of color #32A514: hue angle of 107.59º degrees, saturation: 0.78, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #32A514 is Cyan = 0.70, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.35.

Color convert

RGB 50 165 20 -
CMYK 0.70 0 0.88 0.35
HSL 107.59º 0.78% 0.36% -
HSV(B) 107.59º 0.88% 0.65% -
XYZ 14.9 27.64 5.21 -
YUV 114.09 74.9 82.29 -
System Red Green Blue C M Y K H S L
Decimal 50 165 20 0.70 0 0.88 0.35 107.59 0.78 0.36
Hex 32 A5 14 46 0 58 23 6C 4E 24
Octal 62 245 24 106 0 130 43 154 116 44
Binary 110010 10100101 10100 1000110 0 1011000 100011 1101100 1001110 100100

Color Harmonies of #32A514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32A514

Black with #32A514

Text Example


Text Example

White with #32A514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #32A514; }

 p { color: rgb(50,165,20); }

 H1.HeaderClassName
 {
   color: #32A514;
 }
 .AnyTagClassName
 {
   color: #32A514;
 }
</style>

background-color css

<style>
 a { background-color: #32A514; }

 a { background-color: rgb(50,165,20); }

 div.DivClassName
 {
   background-color: #32A514;
 }
 .BgClassName
 {
   background-color: #32A514;
 }
</style>

border-color css

<style>
 span { border-color: #32A514; }

 span { border-color: rgb(50,165,20); }

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