#09382E

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

Shades of Dark Green #09382E

Tints of Dark Green #09382E

Color information

#09382E (or 0x09382E) is unknown color: approx Dark Green. HEX triplet: 09, 38 and 2E. RGB value is (9,56,46). Sum of RGB (Red+Green+Blue) = 9+56+46=111 (14% of max value = 765). Red value is 9 (3.91% from 255 or 8.11% from 111); Green value is 56 (22.27% from 255 or 50.45% from 111); Blue value is 46 (18.36% from 255 or 41.44% from 111); Max value from RGB is 56 - color contains mainly: green. Hex color #09382E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09382E is #F6C7D1. Grayscale: #282828. Windows color (decimal): -16173010 or 3029001. OLE color: 3029001.

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

Color convert

RGB95646-
CMYK0.8400.180.78
HSL167.23º72.31%12.75%-
HSV(B)167.23º83.93%21.96%-
XYZ2.023.083.07-
YUV40.81130.93105.31-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 8.11%
GREEN value IS 56 (22.27% from 255) = 50.45%
BLUE value IS 46 (18.36% from 255) = 41.44%
R=8.11%
G=50.45%
B=41.44%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal956460.8400.180.78167.2372.3112.75
Hex9382E540124Ea748d
Octal11705612402211624711015
Binary1001111000101110101010001001010011101010011110010001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09382E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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