Html Css Color HEX #016813 Green

📋 copy color: '#016813'

red 1 ◦ green 104 ◦ blue 19

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

Shades of Green #016813

Tints of Green #016813

RGB

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

 GREEN value IS 104 (41.02% from 255) = 83.87%

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

R = 0.81%
G = 83.87%
B = 15.32%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.82

 K value IS 0.59

RGB Variations

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

Color information

#016813 (or 0x016813) is known color: Green. HEX triplet: 01, 68 and 13. RGB value is (1,104,19). Sum of RGB (Red+Green+Blue) = 1+104+19=124 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.81% from 124); Green value is 104 (41.02% from 255 or 83.87% from 124); Blue value is 19 (7.81% from 255 or 15.32% from 124); Max value from RGB is 104 - color contains mainly: green. Hex color #016813 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #016813 is #FE97EC. Grayscale: #3F3F3F. Windows color (decimal): -16685037 or 1271809. OLE color: 1271809.

HSL color Cylindrical-coordinate representation of color #016813: hue angle of 130.49º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #016813 is Cyan = 0.99, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.59.

Color convert

RGB 1 104 19 -
CMYK 0.99 0 0.82 0.59
HSL 130.49º 0.98% 0.21% -
HSV(B) 130.49º 0.99% 0.41% -
XYZ 5.08 9.95 2.27 -
YUV 63.51 102.88 83.41 -
System Red Green Blue C M Y K H S L
Decimal 1 104 19 0.99 0 0.82 0.59 130.49 0.98 0.21
Hex 1 68 13 63 0 52 3B 82 62 15
Octal 1 150 23 143 0 122 73 202 142 25
Binary 1 1101000 10011 1100011 0 1010010 111011 10000010 1100010 10101

Color Harmonies of #016813

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016813

Black with #016813

Text Example


Text Example

White with #016813

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #016813; }

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

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

background-color css

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

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

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

border-color css

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

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

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