#09392D

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

Shades of Dark Green #09392D

Tints of Dark Green #09392D

Color information

#09392D (or 0x09392D) is unknown color: approx Dark Green. HEX triplet: 09, 39 and 2D. RGB value is (9,57,45). Sum of RGB (Red+Green+Blue) = 9+57+45=111 (14% of max value = 765). Red value is 9 (3.91% from 255 or 8.11% from 111); Green value is 57 (22.66% from 255 or 51.35% from 111); Blue value is 45 (17.97% from 255 or 40.54% from 111); Max value from RGB is 57 - color contains mainly: green. Hex color #09392D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09392D is #F6C6D2. Grayscale: #292929. Windows color (decimal): -16172755 or 2963721. OLE color: 2963721.

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

Color convert

RGB95745-
CMYK0.8400.210.78
HSL165º72.73%12.94%-
HSV(B)165º84.21%22.35%-
XYZ2.053.172.99-
YUV41.28130.1104.98-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 8.11%
GREEN value IS 57 (22.66% from 255) = 51.35%
BLUE value IS 45 (17.97% from 255) = 40.54%
R=8.11%
G=51.35%
B=40.54%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal957450.8400.210.7816572.7312.94
Hex9392D540154Ea549d
Octal11715512402511624511115
Binary1001111001101101101010001010110011101010010110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09392D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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