#06392D

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

Shades of Dark Green #06392D

Tints of Dark Green #06392D

Color information

#06392D (or 0x06392D) is unknown color: approx Dark Green. HEX triplet: 06, 39 and 2D. RGB value is (6,57,45). Sum of RGB (Red+Green+Blue) = 6+57+45=108 (14% of max value = 765). Red value is 6 (2.73% from 255 or 5.56% from 108); Green value is 57 (22.66% from 255 or 52.78% from 108); Blue value is 45 (17.97% from 255 or 41.67% from 108); Max value from RGB is 57 - color contains mainly: green. Hex color #06392D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #06392D is #F9C6D2. Grayscale: #282828. Windows color (decimal): -16369363 or 2963718. OLE color: 2963718.

HSL color Cylindrical-coordinate representation of color #06392D: hue angle of 165.88º degrees, saturation: 0.81, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #06392D is Cyan = 0.89, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.78.

Color convert

RGB65745-
CMYK0.8900.210.78
HSL165.88º80.95%12.35%-
HSV(B)165.88º89.47%22.35%-
XYZ2.013.152.99-
YUV40.38130.6103.48-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 5.56%
GREEN value IS 57 (22.66% from 255) = 52.78%
BLUE value IS 45 (17.97% from 255) = 41.67%
R=5.56%
G=52.78%
B=41.67%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal657450.8900.210.78165.8880.9512.35
Hex6392D590154Ea651c
Octal6715513102511624612114
Binary110111001101101101100101010110011101010011010100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06392D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #06392D; }

 p { color: rgb(6,57,45); }

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

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

 a { background-color: rgb(6,57,45); }

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

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

 span { border-color: rgb(6,57,45); }

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