#06382F

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

Shades of Dark Green #06382F

Tints of Dark Green #06382F

Color information

#06382F (or 0x06382F) is unknown color: approx Dark Green. HEX triplet: 06, 38 and 2F. RGB value is (6,56,47). Sum of RGB (Red+Green+Blue) = 6+56+47=109 (14% of max value = 765). Red value is 6 (2.73% from 255 or 5.50% from 109); Green value is 56 (22.27% from 255 or 51.38% from 109); Blue value is 47 (18.75% from 255 or 43.12% from 109); Max value from RGB is 56 - color contains mainly: green. Hex color #06382F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #06382F is #F9C7D0. Grayscale: #282828. Windows color (decimal): -16369617 or 3094534. OLE color: 3094534.

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

Color convert

RGB65647-
CMYK0.8900.160.78
HSL169.2º80.65%12.16%-
HSV(B)169.2º89.29%21.96%-
XYZ23.073.18-
YUV40.02131.94103.73-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 5.50%
GREEN value IS 56 (22.27% from 255) = 51.38%
BLUE value IS 47 (18.75% from 255) = 43.12%
R=5.50%
G=51.38%
B=43.12%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal656470.8900.160.78169.280.6512.16
Hex6382F590104Ea951c
Octal6705713102011625112114
Binary110111000101111101100101000010011101010100110100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06382F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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