Html Css Color HEX #016513 Green

📋 copy color: '#016513'

red 1 ◦ green 101 ◦ blue 19

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

Shades of Green #016513

Tints of Green #016513

RGB

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

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

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

R = 0.83%
G = 83.47%
B = 15.7%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.81

 K value IS 0.60

RGB Variations

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

Color information

#016513 (or 0x016513) is known color: Green. HEX triplet: 01, 65 and 13. RGB value is (1,101,19). Sum of RGB (Red+Green+Blue) = 1+101+19=121 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.83% from 121); Green value is 101 (39.84% from 255 or 83.47% from 121); Blue value is 19 (7.81% from 255 or 15.70% from 121); Max value from RGB is 101 - color contains mainly: green. Hex color #016513 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #016513 is #FE9AEC. Grayscale: #3D3D3D. Windows color (decimal): -16685805 or 1271041. OLE color: 1271041.

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

Color convert

RGB 1 101 19 -
CMYK 0.99 0 0.81 0.60
HSL 130.8º 0.98% 0.2% -
HSV(B) 130.8º 0.99% 0.4% -
XYZ 4.78 9.36 2.17 -
YUV 61.75 103.87 84.67 -
System Red Green Blue C M Y K H S L
Decimal 1 101 19 0.99 0 0.81 0.60 130.8 0.98 0.2
Hex 1 65 13 63 0 51 3C 83 62 14
Octal 1 145 23 143 0 121 74 203 142 24
Binary 1 1100101 10011 1100011 0 1010001 111100 10000011 1100010 10100

Color Harmonies of #016513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016513

Black with #016513

Text Example


Text Example

White with #016513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #016513; }

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

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

background-color css

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

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

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

border-color css

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

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

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