#06392F

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

Shades of Dark Green #06392F

Tints of Dark Green #06392F

Color information

#06392F (or 0x06392F) is unknown color: approx Dark Green. HEX triplet: 06, 39 and 2F. RGB value is (6,57,47). Sum of RGB (Red+Green+Blue) = 6+57+47=110 (14% of max value = 765). Red value is 6 (2.73% from 255 or 5.45% from 110); Green value is 57 (22.66% from 255 or 51.82% from 110); Blue value is 47 (18.75% from 255 or 42.73% from 110); Max value from RGB is 57 - color contains mainly: green. Hex color #06392F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #06392F is #F9C6D0. Grayscale: #282828. Windows color (decimal): -16369361 or 3094790. OLE color: 3094790.

HSL color Cylindrical-coordinate representation of color #06392F: hue angle of 168.24º 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 #06392F is Cyan = 0.89, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.78.

Color convert

RGB65747-
CMYK0.8900.180.78
HSL168.24º80.95%12.35%-
HSV(B)168.24º89.47%22.35%-
XYZ2.053.173.19-
YUV40.61131.6103.31-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 5.45%
GREEN value IS 57 (22.66% from 255) = 51.82%
BLUE value IS 47 (18.75% from 255) = 42.73%
R=5.45%
G=51.82%
B=42.73%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal657470.8900.180.78168.2480.9512.35
Hex6392F590124Ea851c
Octal6715713102211625012114
Binary110111001101111101100101001010011101010100010100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06392F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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