Html Css Color HEX #016532 Fun Green

📋 copy color: '#016532'

red 1 ◦ green 101 ◦ blue 50

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

Shades of Fun Green #016532

Tints of Fun Green #016532

RGB

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

 GREEN value IS 101 (39.84% from 255) = 66.45%

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

R = 0.66%
G = 66.45%
B = 32.89%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.50

 K value IS 0.60

RGB Variations

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

Color information

#016532 (or 0x016532) is known color: Fun Green. HEX triplet: 01, 65 and 32. RGB value is (1,101,50). Sum of RGB (Red+Green+Blue) = 1+101+50=152 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.66% from 152); Green value is 101 (39.84% from 255 or 66.45% from 152); Blue value is 50 (19.92% from 255 or 32.89% from 152); Max value from RGB is 101 - color contains mainly: green. Hex color #016532 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #016532 is #FE9ACD. Grayscale: #414141. Windows color (decimal): -16685774 or 3302657. OLE color: 3302657.

HSL color Cylindrical-coordinate representation of color #016532: hue angle of 149.4º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #016532 is Cyan = 0.99, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.60.

Color convert

RGB 1 101 50 -
CMYK 0.99 0 0.50 0.60
HSL 149.4º 0.98% 0.2% -
HSV(B) 149.4º 0.99% 0.4% -
XYZ 5.24 9.54 4.58 -
YUV 65.29 119.37 82.15 -
System Red Green Blue C M Y K H S L
Decimal 1 101 50 0.99 0 0.50 0.60 149.4 0.98 0.2
Hex 1 65 32 63 0 32 3C 95 62 14
Octal 1 145 62 143 0 62 74 225 142 24
Binary 1 1100101 110010 1100011 0 110010 111100 10010101 1100010 10100

Color Harmonies of #016532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016532

Black with #016532

Text Example


Text Example

White with #016532

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #016532; }

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

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

background-color css

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

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

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

border-color css

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

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

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