#061813

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

Shades of Dark Green #061813

Tints of Dark Green #061813

Color information

#061813 (or 0x061813) is unknown color: approx Dark Green. HEX triplet: 06, 18 and 13. RGB value is (6,24,19). Sum of RGB (Red+Green+Blue) = 6+24+19=49 (6% of max value = 765). Red value is 6 (2.73% from 255 or 12.24% from 49); Green value is 24 (9.77% from 255 or 48.98% from 49); Blue value is 19 (7.81% from 255 or 38.78% from 49); Max value from RGB is 24 - color contains mainly: green. Hex color #061813 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #061813 is #F9E7EC. Grayscale: #121212. Windows color (decimal): -16377837 or 1251334. OLE color: 1251334.

HSL color Cylindrical-coordinate representation of color #061813: hue angle of 163.33º degrees, saturation: 0.6, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #061813 is Cyan = 0.75, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.91.

Color convert

RGB62419-
CMYK0.7500.210.91
HSL163.33º60%5.88%-
HSV(B)163.33º75%9.41%-
XYZ0.520.740.73-
YUV18.05128.54119.41-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 12.24%
GREEN value IS 24 (9.77% from 255) = 48.98%
BLUE value IS 19 (7.81% from 255) = 38.78%
R=12.24%
G=48.98%
B=38.78%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal624190.7500.210.91163.33605.88
Hex618134B0155Ba33c6
Octal63023113025133243746
Binary11011000100111001011010101101101110100011111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #061813

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #061813; }

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

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

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

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

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

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

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

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