#006513

Color #006513 Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green #006513

Tints of Green #006513

Color information

#006513 (or 0x006513) is unknown color: approx Green. HEX triplet: 00, 65 and 13. RGB value is (0,101,19). Sum of RGB (Red+Green+Blue) = 0+101+19=120 (15% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 120); Green value is 101 (39.84% from 255 or 84.17% from 120); Blue value is 19 (7.81% from 255 or 15.83% from 120); Max value from RGB is 101 - color contains mainly: green. Hex color #006513 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #006513 is #FF9AEC. Grayscale: #3D3D3D. Windows color (decimal): -16751341 or 1271040. OLE color: 1271040.

HSL color Cylindrical-coordinate representation of color #006513: hue angle of 131.29º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006513 is Cyan = 1, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.60.

Color convert

RGB010119-
CMYK100.810.60
HSL131.29º100%19.8%-
HSV(B)131.29º100%39.61%-
XYZ4.779.352.17-
YUV61.45104.0484.17-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 101 (39.84% from 255) = 84.17%
BLUE value IS 19 (7.81% from 255) = 15.83%
R=0%
G=84.17%
B=15.83%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal010119100.810.60131.2910019.8
Hex06513640513C836414
Octal01452314401217420314424
Binary011001011001111001000101000111110010000011110010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #006513

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #006513; }

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

 H1.HeaderClassName
 {
   color: #006513;
 }
 .AnyTagClassName
 {
   color: #006513;
 }
</style>
background-color css

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

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

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

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

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

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