#09382D

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

Shades of Dark Green #09382D

Tints of Dark Green #09382D

Color information

#09382D (or 0x09382D) is unknown color: approx Dark Green. HEX triplet: 09, 38 and 2D. RGB value is (9,56,45). Sum of RGB (Red+Green+Blue) = 9+56+45=110 (14% of max value = 765). Red value is 9 (3.91% from 255 or 8.18% from 110); Green value is 56 (22.27% from 255 or 50.91% from 110); Blue value is 45 (17.97% from 255 or 40.91% from 110); Max value from RGB is 56 - color contains mainly: green. Hex color #09382D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09382D is #F6C7D2. Grayscale: #282828. Windows color (decimal): -16173011 or 2963465. OLE color: 2963465.

HSL color Cylindrical-coordinate representation of color #09382D: hue angle of 165.96º degrees, saturation: 0.72, 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 #09382D is Cyan = 0.84, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.78.

Color convert

RGB95645-
CMYK0.8400.200.78
HSL165.96º72.31%12.75%-
HSV(B)165.96º83.93%21.96%-
XYZ23.082.97-
YUV40.69130.43105.39-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 8.18%
GREEN value IS 56 (22.27% from 255) = 50.91%
BLUE value IS 45 (17.97% from 255) = 40.91%
R=8.18%
G=50.91%
B=40.91%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal956450.8400.200.78165.9672.3112.75
Hex9382D540144Ea648d
Octal11705512402411624611015
Binary1001111000101101101010001010010011101010011010010001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09382D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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