Html Css Color HEX #016304 Green

📋 copy color: '#016304'

red 1 ◦ green 99 ◦ blue 4

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

Shades of Green #016304

Tints of Green #016304

RGB

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

 GREEN value IS 99 (39.06% from 255) = 95.19%

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

R = 0.96%
G = 95.19%
B = 3.85%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.96

 K value IS 0.61

RGB Variations

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

Color information

#016304 (or 0x016304) is known color: Green. HEX triplet: 01, 63 and 04. RGB value is (1,99,4). Sum of RGB (Red+Green+Blue) = 1+99+4=104 (13% of max value = 765). Red value is 1 (0.78% from 255 or 0.96% from 104); Green value is 99 (39.06% from 255 or 95.19% from 104); Blue value is 4 (1.95% from 255 or 3.85% from 104); Max value from RGB is 99 - color contains mainly: green. Hex color #016304 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #016304 is #FE9CFB. Grayscale: #3B3B3B. Windows color (decimal): -16686332 or 287489. OLE color: 287489.

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

Color convert

RGB 1 99 4 -
CMYK 0.99 0 0.96 0.61
HSL 121.84º 0.98% 0.2% -
HSV(B) 121.84º 0.99% 0.39% -
XYZ 4.5 8.94 1.6 -
YUV 58.87 97.03 86.72 -
System Red Green Blue C M Y K H S L
Decimal 1 99 4 0.99 0 0.96 0.61 121.84 0.98 0.2
Hex 1 63 4 63 0 60 3D 7A 62 14
Octal 1 143 4 143 0 140 75 172 142 24
Binary 1 1100011 100 1100011 0 1100000 111101 1111010 1100010 10100

Color Harmonies of #016304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016304

Black with #016304

Text Example


Text Example

White with #016304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #016304; }

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

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

background-color css

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

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

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

border-color css

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

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

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