#061312

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

Shades of Dark Green #061312

Tints of Dark Green #061312

Color information

#061312 (or 0x061312) is unknown color: approx Dark Green. HEX triplet: 06, 13 and 12. RGB value is (6,19,18). Sum of RGB (Red+Green+Blue) = 6+19+18=43 (5% of max value = 765). Red value is 6 (2.73% from 255 or 13.95% from 43); Green value is 19 (7.81% from 255 or 44.19% from 43); Blue value is 18 (7.42% from 255 or 41.86% from 43); Max value from RGB is 19 - color contains mainly: green. Hex color #061312 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #061312 is #F9ECED. Grayscale: #0E0E0E. Windows color (decimal): -16379118 or 1184518. OLE color: 1184518.

HSL color Cylindrical-coordinate representation of color #061312: hue angle of 175.38º degrees, saturation: 0.52, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #061312 is Cyan = 0.68, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.93.

Color convert

RGB61918-
CMYK0.6800.050.93
HSL175.38º52%4.9%-
HSV(B)175.38º68.42%7.45%-
XYZ0.420.550.66-
YUV15129.69121.58-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 13.95%
GREEN value IS 19 (7.81% from 255) = 44.19%
BLUE value IS 18 (7.42% from 255) = 41.86%
R=13.95%
G=44.19%
B=41.86%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal619180.6800.050.93175.38524.9
Hex6131244055Daf345
Octal6232210405135257645
Binary110100111001010001000101101110110101111110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #061312

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #061312; }

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

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

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

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

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

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

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

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