#09360C

Color #09360C Myrtle (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Myrtle #09360C

Tints of Myrtle #09360C

Color information

#09360C (or 0x09360C) is unknown color: approx Myrtle. HEX triplet: 09, 36 and 0C. RGB value is (9,54,12). Sum of RGB (Red+Green+Blue) = 9+54+12=75 (9% of max value = 765). Red value is 9 (3.91% from 255 or 12% from 75); Green value is 54 (21.48% from 255 or 72% from 75); Blue value is 12 (5.08% from 255 or 16% from 75); Max value from RGB is 54 - color contains mainly: green. Hex color #09360C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #09360C is #F6C9F3. Grayscale: #232323. Windows color (decimal): -16173556 or 800265. OLE color: 800265.

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

Color convert

RGB95412-
CMYK0.8300.780.79
HSL124º71.43%12.35%-
HSV(B)124º83.33%21.18%-
XYZ1.52.720.79-
YUV35.76114.59108.92-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 12%
GREEN value IS 54 (21.48% from 255) = 72%
BLUE value IS 12 (5.08% from 255) = 16%
R=12%
G=72%
B=16%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal954120.8300.780.7912471.4312.35
Hex936C5304E4F7c47c
Octal116614123011611717410714
Binary100111011011001010011010011101001111111110010001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09360C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #09360C; }

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

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

<style>
 a { background-color: #09360C; }

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

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

<style>
 span { border-color: #09360C; }

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

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