#062113

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

Shades of Dark Green #062113

Tints of Dark Green #062113

Color information

#062113 (or 0x062113) is unknown color: approx Dark Green. HEX triplet: 06, 21 and 13. RGB value is (6,33,19). Sum of RGB (Red+Green+Blue) = 6+33+19=58 (7% of max value = 765). Red value is 6 (2.73% from 255 or 10.34% from 58); Green value is 33 (13.28% from 255 or 56.90% from 58); Blue value is 19 (7.81% from 255 or 32.76% from 58); Max value from RGB is 33 - color contains mainly: green. Hex color #062113 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #062113 is #F9DEEC. Grayscale: #171717. Windows color (decimal): -16375533 or 1253638. OLE color: 1253638.

HSL color Cylindrical-coordinate representation of color #062113: hue angle of 148.89º degrees, saturation: 0.69, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #062113 is Cyan = 0.82, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.87.

Color convert

RGB63319-
CMYK0.8200.420.87
HSL148.89º69.23%7.65%-
HSV(B)148.89º81.82%12.94%-
XYZ0.741.170.8-
YUV23.33125.55115.64-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 10.34%
GREEN value IS 33 (13.28% from 255) = 56.90%
BLUE value IS 19 (7.81% from 255) = 32.76%
R=10.34%
G=56.90%
B=32.76%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal633190.8200.420.87148.8969.237.65
Hex621135202A5795458
Octal6412312205212722510510
Binary110100001100111010010010101010101111001010110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #062113

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #062113; }

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

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

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

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

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

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

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

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