#093207

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

Shades of Myrtle #093207

Tints of Myrtle #093207

Color information

#093207 (or 0x093207) is unknown color: approx Myrtle. HEX triplet: 09, 32 and 07. RGB value is (9,50,7). Sum of RGB (Red+Green+Blue) = 9+50+7=66 (8% of max value = 765). Red value is 9 (3.91% from 255 or 13.64% from 66); Green value is 50 (19.92% from 255 or 75.76% from 66); Blue value is 7 (3.12% from 255 or 10.61% from 66); Max value from RGB is 50 - color contains mainly: green. Hex color #093207 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #093207 is #F6CDF8. Grayscale: #202020. Windows color (decimal): -16174585 or 471561. OLE color: 471561.

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

Color convert

RGB9507-
CMYK0.8200.860.80
HSL117.21º75.44%11.18%-
HSV(B)117.21º86%19.61%-
XYZ1.292.350.59-
YUV32.84113.42111-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 13.64%
GREEN value IS 50 (19.92% from 255) = 75.76%
BLUE value IS 7 (3.12% from 255) = 10.61%
R=13.64%
G=75.76%
B=10.61%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal95070.8200.860.80117.2175.4411.18
Hex93275205650754bb
Octal11627122012612016511313
Binary10011100101111010010010101101010000111010110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #093207

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #093207; }

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

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

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

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

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

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

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

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