#09362B

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

Shades of Dark Green #09362B

Tints of Dark Green #09362B

Color information

#09362B (or 0x09362B) is unknown color: approx Dark Green. HEX triplet: 09, 36 and 2B. RGB value is (9,54,43). Sum of RGB (Red+Green+Blue) = 9+54+43=106 (14% of max value = 765). Red value is 9 (3.91% from 255 or 8.49% from 106); Green value is 54 (21.48% from 255 or 50.94% from 106); Blue value is 43 (17.19% from 255 or 40.57% from 106); Max value from RGB is 54 - color contains mainly: green. Hex color #09362B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09362B is #F6C9D4. Grayscale: #272727. Windows color (decimal): -16173525 or 2831881. OLE color: 2831881.

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

Color convert

RGB95443-
CMYK0.8300.200.79
HSL165.33º71.43%12.35%-
HSV(B)165.33º83.33%21.18%-
XYZ1.872.872.74-
YUV39.29130.09106.39-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 8.49%
GREEN value IS 54 (21.48% from 255) = 50.94%
BLUE value IS 43 (17.19% from 255) = 40.57%
R=8.49%
G=50.94%
B=40.57%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal954430.8300.200.79165.3371.4312.35
Hex9362B530144Fa547c
Octal11665312302411724510714
Binary1001110110101011101001101010010011111010010110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09362B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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