#092205

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

Shades of Myrtle #092205

Tints of Myrtle #092205

Color information

#092205 (or 0x092205) is unknown color: approx Myrtle. HEX triplet: 09, 22 and 05. RGB value is (9,34,5). Sum of RGB (Red+Green+Blue) = 9+34+5=48 (6% of max value = 765). Red value is 9 (3.91% from 255 or 18.75% from 48); Green value is 34 (13.67% from 255 or 70.83% from 48); Blue value is 5 (2.34% from 255 or 10.42% from 48); Max value from RGB is 34 - color contains mainly: green. Hex color #092205 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #092205 is #F6DDFA. Grayscale: #171717. Windows color (decimal): -16178683 or 336393. OLE color: 336393.

HSL color Cylindrical-coordinate representation of color #092205: hue angle of 111.72º degrees, saturation: 0.74, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #092205 is Cyan = 0.74, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.87.

Color convert

RGB9345-
CMYK0.7400.850.87
HSL111.72º74.36%7.65%-
HSV(B)111.72º85.29%13.33%-
XYZ0.711.210.34-
YUV23.22117.72117.86-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 18.75%
GREEN value IS 34 (13.67% from 255) = 70.83%
BLUE value IS 5 (2.34% from 255) = 10.42%
R=18.75%
G=70.83%
B=10.42%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal93450.7400.850.87111.7274.367.65
Hex92254A05557704a8
Octal11425112012512716011210
Binary10011000101011001010010101011010111111000010010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #092205

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #092205; }

 p { color: rgb(9,34,5); }

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

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

 a { background-color: rgb(9,34,5); }

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

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

 span { border-color: rgb(9,34,5); }

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