#062413

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

Shades of Dark Green #062413

Tints of Dark Green #062413

Color information

#062413 (or 0x062413) is unknown color: approx Dark Green. HEX triplet: 06, 24 and 13. RGB value is (6,36,19). Sum of RGB (Red+Green+Blue) = 6+36+19=61 (8% of max value = 765). Red value is 6 (2.73% from 255 or 9.84% from 61); Green value is 36 (14.45% from 255 or 59.02% from 61); Blue value is 19 (7.81% from 255 or 31.15% from 61); Max value from RGB is 36 - color contains mainly: green. Hex color #062413 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #062413 is #F9DBEC. Grayscale: #191919. Windows color (decimal): -16374765 or 1254406. OLE color: 1254406.

HSL color Cylindrical-coordinate representation of color #062413: hue angle of 146º degrees, saturation: 0.71, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #062413 is Cyan = 0.83, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.86.

Color convert

RGB63619-
CMYK0.8300.470.86
HSL146º71.43%8.24%-
HSV(B)146º83.33%14.12%-
XYZ0.821.350.83-
YUV25.09124.56114.38-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 9.84%
GREEN value IS 36 (14.45% from 255) = 59.02%
BLUE value IS 19 (7.81% from 255) = 31.15%
R=9.84%
G=59.02%
B=31.15%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal636190.8300.470.8614671.438.24
Hex624135302F5692478
Octal6442312305712622210710
Binary110100100100111010011010111110101101001001010001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #062413

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #062413; }

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

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

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

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

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

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

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

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