Html Css Color HEX #016032 Fun Green

📋 copy color: '#016032'

red 1 ◦ green 96 ◦ blue 50

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

Shades of Fun Green #016032

Tints of Fun Green #016032

RGB

 RED value IS 1 (0.78% from 255) = 0.68%

 GREEN value IS 96 (37.89% from 255) = 65.31%

 BLUE value IS 50 (19.92% from 255) = 34.01%

R = 0.68%
G = 65.31%
B = 34.01%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.48

 K value IS 0.62

RGB Variations

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

Color information

#016032 (or 0x016032) is known color: Fun Green. HEX triplet: 01, 60 and 32. RGB value is (1,96,50). Sum of RGB (Red+Green+Blue) = 1+96+50=147 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.68% from 147); Green value is 96 (37.89% from 255 or 65.31% from 147); Blue value is 50 (19.92% from 255 or 34.01% from 147); Max value from RGB is 96 - color contains mainly: green. Hex color #016032 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #016032 is #FE9FCD. Grayscale: #3E3E3E. Windows color (decimal): -16687054 or 3301377. OLE color: 3301377.

HSL color Cylindrical-coordinate representation of color #016032: hue angle of 150.95º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #016032 is Cyan = 0.99, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.62.

Color convert

RGB 1 96 50 -
CMYK 0.99 0 0.48 0.62
HSL 150.95º 0.98% 0.19% -
HSV(B) 150.95º 0.99% 0.38% -
XYZ 4.77 8.6 4.43 -
YUV 62.35 121.03 84.24 -
System Red Green Blue C M Y K H S L
Decimal 1 96 50 0.99 0 0.48 0.62 150.95 0.98 0.19
Hex 1 60 32 63 0 30 3E 97 62 13
Octal 1 140 62 143 0 60 76 227 142 23
Binary 1 1100000 110010 1100011 0 110000 111110 10010111 1100010 10011

Color Harmonies of #016032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016032

Black with #016032

Text Example


Text Example

White with #016032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #016032; }

 p { color: rgb(1,96,50); }

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

background-color css

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

 a { background-color: rgb(1,96,50); }

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

border-color css

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

 span { border-color: rgb(1,96,50); }

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