Html Css Color HEX #016410 Green

📋 copy color: '#016410'

red 1 ◦ green 100 ◦ blue 16

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

Shades of Green #016410

Tints of Green #016410

RGB

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

 GREEN value IS 100 (39.45% from 255) = 85.47%

 BLUE value IS 16 (6.64% from 255) = 13.68%

R = 0.85%
G = 85.47%
B = 13.68%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.84

 K value IS 0.61

RGB Variations

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

Color information

#016410 (or 0x016410) is known color: Green. HEX triplet: 01, 64 and 10. RGB value is (1,100,16). Sum of RGB (Red+Green+Blue) = 1+100+16=117 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.85% from 117); Green value is 100 (39.45% from 255 or 85.47% from 117); Blue value is 16 (6.64% from 255 or 13.68% from 117); Max value from RGB is 100 - color contains mainly: green. Hex color #016410 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #016410 is #FE9BEF. Grayscale: #3D3D3D. Windows color (decimal): -16686064 or 1074177. OLE color: 1074177.

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

Color convert

RGB 1 100 16 -
CMYK 0.99 0 0.84 0.61
HSL 129.09º 0.98% 0.2% -
HSV(B) 129.09º 0.99% 0.39% -
XYZ 4.66 9.16 2.01 -
YUV 60.82 102.7 85.33 -
System Red Green Blue C M Y K H S L
Decimal 1 100 16 0.99 0 0.84 0.61 129.09 0.98 0.2
Hex 1 64 10 63 0 54 3D 81 62 14
Octal 1 144 20 143 0 124 75 201 142 24
Binary 1 1100100 10000 1100011 0 1010100 111101 10000001 1100010 10100

Color Harmonies of #016410

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016410

Black with #016410

Text Example


Text Example

White with #016410

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #016410; }

 p { color: rgb(1,100,16); }

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

background-color css

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

 a { background-color: rgb(1,100,16); }

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

border-color css

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

 span { border-color: rgb(1,100,16); }

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