#32B219

Color #32B219 Kelly Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kelly Green #32B219

Tints of Kelly Green #32B219

Color information

#32B219 (or 0x32B219) is unknown color: approx Kelly Green. HEX triplet: 32, B2 and 19. RGB value is (50,178,25). Sum of RGB (Red+Green+Blue) = 50+178+25=253 (33% of max value = 765). Red value is 50 (19.92% from 255 or 19.76% from 253); Green value is 178 (69.92% from 255 or 70.36% from 253); Blue value is 25 (10.16% from 255 or 9.88% from 253); Max value from RGB is 178 - color contains mainly: green. Hex color #32B219 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #32B219 is #CD4DE6. Grayscale: #7A7A7A. Windows color (decimal): -13454823 or 1684018. OLE color: 1684018.

HSL color Cylindrical-coordinate representation of color #32B219: hue angle of 110.2º degrees, saturation: 0.75, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #32B219 is Cyan = 0.72, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.30.

Color convert

RGB5017825-
CMYK0.7200.860.30
HSL110.2º75.37%39.8%-
HSV(B)110.2º85.96%69.8%-
XYZ17.4132.596.29-
YUV122.2973.0976.44-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 19.76%
GREEN value IS 178 (69.92% from 255) = 70.36%
BLUE value IS 25 (10.16% from 255) = 9.88%
R=19.76%
G=70.36%
B=9.88%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal50178250.7200.860.30110.275.3739.8
Hex32B219480561E6e4b28
Octal622623111001263615611350
Binary11001010110010110011001000010101101111011011101001011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32B219

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,178,25); }

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

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

 a { background-color: rgb(50,178,25); }

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

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

 span { border-color: rgb(50,178,25); }

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