Html Css Color HEX #016013 Green

📋 copy color: '#016013'

red 1 ◦ green 96 ◦ blue 19

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

Shades of Green #016013

Tints of Green #016013

RGB

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

 GREEN value IS 96 (37.89% from 255) = 82.76%

 BLUE value IS 19 (7.81% from 255) = 16.38%

R = 0.86%
G = 82.76%
B = 16.38%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.80

 K value IS 0.62

RGB Variations

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

Color information

#016013 (or 0x016013) is known color: Green. HEX triplet: 01, 60 and 13. RGB value is (1,96,19). Sum of RGB (Red+Green+Blue) = 1+96+19=116 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.86% from 116); Green value is 96 (37.89% from 255 or 82.76% from 116); Blue value is 19 (7.81% from 255 or 16.38% from 116); Max value from RGB is 96 - color contains mainly: green. Hex color #016013 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #016013 is #FE9FEC. Grayscale: #3B3B3B. Windows color (decimal): -16687085 or 1269761. OLE color: 1269761.

HSL color Cylindrical-coordinate representation of color #016013: hue angle of 131.37º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #016013 is Cyan = 0.99, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.62.

Color convert

RGB 1 96 19 -
CMYK 0.99 0 0.80 0.62
HSL 131.37º 0.98% 0.19% -
HSV(B) 131.37º 0.99% 0.38% -
XYZ 4.31 8.42 2.01 -
YUV 58.82 105.53 86.76 -
System Red Green Blue C M Y K H S L
Decimal 1 96 19 0.99 0 0.80 0.62 131.37 0.98 0.19
Hex 1 60 13 63 0 50 3E 83 62 13
Octal 1 140 23 143 0 120 76 203 142 23
Binary 1 1100000 10011 1100011 0 1010000 111110 10000011 1100010 10011

Color Harmonies of #016013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016013

Black with #016013

Text Example


Text Example

White with #016013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #016013; }

 p { color: rgb(1,96,19); }

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

background-color css

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

 a { background-color: rgb(1,96,19); }

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

border-color css

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

 span { border-color: rgb(1,96,19); }

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