#09580C

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

Shades of Myrtle #09580C

Tints of Myrtle #09580C

Color information

#09580C (or 0x09580C) is unknown color: approx Myrtle. HEX triplet: 09, 58 and 0C. RGB value is (9,88,12). Sum of RGB (Red+Green+Blue) = 9+88+12=109 (14% of max value = 765). Red value is 9 (3.91% from 255 or 8.26% from 109); Green value is 88 (34.77% from 255 or 80.73% from 109); Blue value is 12 (5.08% from 255 or 11.01% from 109); Max value from RGB is 88 - color contains mainly: green. Hex color #09580C is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #09580C is #F6A7F3. Grayscale: #373737. Windows color (decimal): -16164852 or 808969. OLE color: 808969.

HSL color Cylindrical-coordinate representation of color #09580C: hue angle of 122.28º degrees, saturation: 0.81, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #09580C is Cyan = 0.90, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.65.

Color convert

RGB98812-
CMYK0.9000.860.65
HSL122.28º81.44%19.02%-
HSV(B)122.28º89.77%34.51%-
XYZ3.677.061.52-
YUV55.72103.3394.68-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 8.26%
GREEN value IS 88 (34.77% from 255) = 80.73%
BLUE value IS 12 (5.08% from 255) = 11.01%
R=8.26%
G=80.73%
B=11.01%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal988120.9000.860.65122.2881.4419.02
Hex958C5A056417a5113
Octal1113014132012610117212123
Binary10011011000110010110100101011010000011111010101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09580C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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