#093208

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

Shades of Myrtle #093208

Tints of Myrtle #093208

Color information

#093208 (or 0x093208) is unknown color: approx Myrtle. HEX triplet: 09, 32 and 08. RGB value is (9,50,8). Sum of RGB (Red+Green+Blue) = 9+50+8=67 (8% of max value = 765). Red value is 9 (3.91% from 255 or 13.43% from 67); Green value is 50 (19.92% from 255 or 74.63% from 67); Blue value is 8 (3.52% from 255 or 11.94% from 67); Max value from RGB is 50 - color contains mainly: green. Hex color #093208 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #093208 is #F6CDF7. Grayscale: #212121. Windows color (decimal): -16174584 or 537097. OLE color: 537097.

HSL color Cylindrical-coordinate representation of color #093208: hue angle of 118.57º degrees, saturation: 0.72, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #093208 is Cyan = 0.82, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.80.

Color convert

RGB9508-
CMYK0.8200.840.80
HSL118.57º72.41%11.37%-
HSV(B)118.57º84%19.61%-
XYZ1.32.360.62-
YUV32.95113.92110.92-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 13.43%
GREEN value IS 50 (19.92% from 255) = 74.63%
BLUE value IS 8 (3.52% from 255) = 11.94%
R=13.43%
G=74.63%
B=11.94%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal95080.8200.840.80118.5772.4111.37
Hex932852054507748b
Octal116210122012412016711013
Binary100111001010001010010010101001010000111011110010001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #093208

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #093208; }

 p { color: rgb(9,50,8); }

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

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

 a { background-color: rgb(9,50,8); }

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

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

 span { border-color: rgb(9,50,8); }

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