#093202

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

Shades of Myrtle #093202

Tints of Myrtle #093202

Color information

#093202 (or 0x093202) is unknown color: approx Myrtle. HEX triplet: 09, 32 and 02. RGB value is (9,50,2). Sum of RGB (Red+Green+Blue) = 9+50+2=61 (8% of max value = 765). Red value is 9 (3.91% from 255 or 14.75% from 61); Green value is 50 (19.92% from 255 or 81.97% from 61); Blue value is 2 (1.17% from 255 or 3.28% from 61); Max value from RGB is 50 - color contains mainly: green. Hex color #093202 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #093202 is #F6CDFD. Grayscale: #202020. Windows color (decimal): -16174590 or 143881. OLE color: 143881.

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

Color convert

RGB9502-
CMYK0.8200.960.80
HSL111.25º92.31%10.2%-
HSV(B)111.25º96%19.61%-
XYZ1.262.340.44-
YUV32.27110.92111.4-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 14.75%
GREEN value IS 50 (19.92% from 255) = 81.97%
BLUE value IS 2 (1.17% from 255) = 3.28%
R=14.75%
G=81.97%
B=3.28%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal95020.8200.960.80111.2592.3110.2
Hex932252060506f5ca
Octal11622122014012015713412
Binary1001110010101010010011000001010000110111110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #093202

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #093202; }

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

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

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

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

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

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

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

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