#09362E

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

Shades of Dark Green #09362E

Tints of Dark Green #09362E

Color information

#09362E (or 0x09362E) is unknown color: approx Dark Green. HEX triplet: 09, 36 and 2E. RGB value is (9,54,46). Sum of RGB (Red+Green+Blue) = 9+54+46=109 (14% of max value = 765). Red value is 9 (3.91% from 255 or 8.26% from 109); Green value is 54 (21.48% from 255 or 49.54% from 109); Blue value is 46 (18.36% from 255 or 42.20% from 109); Max value from RGB is 54 - color contains mainly: green. Hex color #09362E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09362E is #F6C9D1. Grayscale: #272727. Windows color (decimal): -16173522 or 3028489. OLE color: 3028489.

HSL color Cylindrical-coordinate representation of color #09362E: hue angle of 169.33º 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 #09362E is Cyan = 0.83, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.79.

Color convert

RGB95446-
CMYK0.8300.150.79
HSL169.33º71.43%12.35%-
HSV(B)169.33º83.33%21.18%-
XYZ1.922.893.04-
YUV39.63131.59106.15-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 8.26%
GREEN value IS 54 (21.48% from 255) = 49.54%
BLUE value IS 46 (18.36% from 255) = 42.20%
R=8.26%
G=49.54%
B=42.20%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal954460.8300.150.79169.3371.4312.35
Hex9362E530F4Fa947c
Octal11665612301711725110714
Binary100111011010111010100110111110011111010100110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09362E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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