#062513

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

Shades of Dark Green #062513

Tints of Dark Green #062513

Color information

#062513 (or 0x062513) is unknown color: approx Dark Green. HEX triplet: 06, 25 and 13. RGB value is (6,37,19). Sum of RGB (Red+Green+Blue) = 6+37+19=62 (8% of max value = 765). Red value is 6 (2.73% from 255 or 9.68% from 62); Green value is 37 (14.84% from 255 or 59.68% from 62); Blue value is 19 (7.81% from 255 or 30.65% from 62); Max value from RGB is 37 - color contains mainly: green. Hex color #062513 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #062513 is #F9DAEC. Grayscale: #191919. Windows color (decimal): -16374509 or 1254662. OLE color: 1254662.

HSL color Cylindrical-coordinate representation of color #062513: hue angle of 145.16º degrees, saturation: 0.72, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #062513 is Cyan = 0.84, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.85.

Color convert

RGB63719-
CMYK0.8400.490.85
HSL145.16º72.09%8.43%-
HSV(B)145.16º83.78%14.51%-
XYZ0.851.410.84-
YUV25.68124.23113.96-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 9.68%
GREEN value IS 37 (14.84% from 255) = 59.68%
BLUE value IS 19 (7.81% from 255) = 30.65%
R=9.68%
G=59.68%
B=30.65%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal637190.8400.490.85145.1672.098.43
Hex62513540315591488
Octal6452312406112522111010
Binary110100101100111010100011000110101011001000110010001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #062513

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #062513; }

 p { color: rgb(6,37,19); }

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

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

 a { background-color: rgb(6,37,19); }

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

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

 span { border-color: rgb(6,37,19); }

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