Html Css Color HEX #016504 Green

📋 copy color: '#016504'

red 1 ◦ green 101 ◦ blue 4

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

Shades of Green #016504

Tints of Green #016504

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 3.77%

R = 0.94%
G = 95.28%
B = 3.77%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.96

 K value IS 0.60

RGB Variations

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

Color information

#016504 (or 0x016504) is known color: Green. HEX triplet: 01, 65 and 04. RGB value is (1,101,4). Sum of RGB (Red+Green+Blue) = 1+101+4=106 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.94% from 106); Green value is 101 (39.84% from 255 or 95.28% from 106); Blue value is 4 (1.95% from 255 or 3.77% from 106); Max value from RGB is 101 - color contains mainly: green. Hex color #016504 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #016504 is #FE9AFB. Grayscale: #3C3C3C. Windows color (decimal): -16685820 or 288001. OLE color: 288001.

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

Color convert

RGB 1 101 4 -
CMYK 0.99 0 0.96 0.60
HSL 121.8º 0.98% 0.2% -
HSV(B) 121.8º 0.99% 0.4% -
XYZ 4.69 9.32 1.67 -
YUV 60.04 96.37 85.89 -
System Red Green Blue C M Y K H S L
Decimal 1 101 4 0.99 0 0.96 0.60 121.8 0.98 0.2
Hex 1 65 4 63 0 60 3C 7A 62 14
Octal 1 145 4 143 0 140 74 172 142 24
Binary 1 1100101 100 1100011 0 1100000 111100 1111010 1100010 10100

Color Harmonies of #016504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016504

Black with #016504

Text Example


Text Example

White with #016504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #016504; }

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

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

background-color css

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

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

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

border-color css

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

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

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