Html Css Color HEX #32B013 Kelly Green

📋 copy color: '#32B013'

red 50 ◦ green 176 ◦ blue 19

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

Shades of Kelly Green #32B013

Tints of Kelly Green #32B013

RGB

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

 GREEN value IS 176 (69.14% from 255) = 71.84%

 BLUE value IS 19 (7.81% from 255) = 7.76%

R = 20.41%
G = 71.84%
B = 7.76%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.89

 K value IS 0.31

RGB Variations

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

Color information

#32B013 (or 0x32B013) is known color: Kelly Green. HEX triplet: 32, B0 and 13. RGB value is (50,176,19). Sum of RGB (Red+Green+Blue) = 50+176+19=245 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.41% from 245); Green value is 176 (69.14% from 255 or 71.84% from 245); Blue value is 19 (7.81% from 255 or 7.76% from 245); Max value from RGB is 176 - color contains mainly: green. Hex color #32B013 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #32B013 is #CD4FEC. Grayscale: #787878. Windows color (decimal): -13455341 or 1290290. OLE color: 1290290.

HSL color Cylindrical-coordinate representation of color #32B013: hue angle of 108.15º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #32B013 is Cyan = 0.72, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.31.

Color convert

RGB 50 176 19 -
CMYK 0.72 0 0.89 0.31
HSL 108.15º 0.81% 0.38% -
HSV(B) 108.15º 0.89% 0.69% -
XYZ 16.96 31.78 5.86 -
YUV 120.43 70.76 77.77 -
System Red Green Blue C M Y K H S L
Decimal 50 176 19 0.72 0 0.89 0.31 108.15 0.81 0.38
Hex 32 B0 13 48 0 59 1F 6C 51 26
Octal 62 260 23 110 0 131 37 154 121 46
Binary 110010 10110000 10011 1001000 0 1011001 11111 1101100 1010001 100110

Color Harmonies of #32B013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32B013

Black with #32B013

Text Example


Text Example

White with #32B013

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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