Html Css Color HEX #016405 Green

📋 copy color: '#016405'

red 1 ◦ green 100 ◦ blue 5

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

Shades of Green #016405

Tints of Green #016405

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 4.72%

R = 0.94%
G = 94.34%
B = 4.72%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.95

 K value IS 0.61

RGB Variations

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

Color information

#016405 (or 0x016405) is known color: Green. HEX triplet: 01, 64 and 05. RGB value is (1,100,5). Sum of RGB (Red+Green+Blue) = 1+100+5=106 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.94% from 106); Green value is 100 (39.45% from 255 or 94.34% from 106); Blue value is 5 (2.34% from 255 or 4.72% from 106); Max value from RGB is 100 - color contains mainly: green. Hex color #016405 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #016405 is #FE9BFA. Grayscale: #3B3B3B. Windows color (decimal): -16686075 or 353281. OLE color: 353281.

HSL color Cylindrical-coordinate representation of color #016405: hue angle of 122.42º 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 #016405 is Cyan = 0.99, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.61.

Color convert

RGB 1 100 5 -
CMYK 0.99 0 0.95 0.61
HSL 122.42º 0.98% 0.2% -
HSV(B) 122.42º 0.99% 0.39% -
XYZ 4.6 9.13 1.66 -
YUV 59.57 97.2 86.22 -
System Red Green Blue C M Y K H S L
Decimal 1 100 5 0.99 0 0.95 0.61 122.42 0.98 0.2
Hex 1 64 5 63 0 5F 3D 7A 62 14
Octal 1 144 5 143 0 137 75 172 142 24
Binary 1 1100100 101 1100011 0 1011111 111101 1111010 1100010 10100

Color Harmonies of #016405

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016405

Black with #016405

Text Example


Text Example

White with #016405

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #016405; }

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

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

background-color css

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

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

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

border-color css

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

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

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