#09362D

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

Shades of Dark Green #09362D

Tints of Dark Green #09362D

Color information

#09362D (or 0x09362D) is unknown color: approx Dark Green. HEX triplet: 09, 36 and 2D. RGB value is (9,54,45). Sum of RGB (Red+Green+Blue) = 9+54+45=108 (14% of max value = 765). Red value is 9 (3.91% from 255 or 8.33% from 108); Green value is 54 (21.48% from 255 or 50% from 108); Blue value is 45 (17.97% from 255 or 41.67% from 108); Max value from RGB is 54 - color contains mainly: green. Hex color #09362D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09362D is #F6C9D2. Grayscale: #272727. Windows color (decimal): -16173523 or 2962953. OLE color: 2962953.

HSL color Cylindrical-coordinate representation of color #09362D: hue angle of 168º degrees, saturation: 0.71, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #09362D is Cyan = 0.83, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.79.

Color convert

RGB95445-
CMYK0.8300.170.79
HSL168º71.43%12.35%-
HSV(B)168º83.33%21.18%-
XYZ1.912.892.94-
YUV39.52131.09106.23-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 8.33%
GREEN value IS 54 (21.48% from 255) = 50%
BLUE value IS 45 (17.97% from 255) = 41.67%
R=8.33%
G=50%
B=41.67%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal954450.8300.170.7916871.4312.35
Hex9362D530114Fa847c
Octal11665512302111725010714
Binary1001110110101101101001101000110011111010100010001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09362D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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