#093C0D

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

Shades of Myrtle #093C0D

Tints of Myrtle #093C0D

Color information

#093C0D (or 0x093C0D) is unknown color: approx Myrtle. HEX triplet: 09, 3C and 0D. RGB value is (9,60,13). Sum of RGB (Red+Green+Blue) = 9+60+13=82 (10% of max value = 765). Red value is 9 (3.91% from 255 or 10.98% from 82); Green value is 60 (23.83% from 255 or 73.17% from 82); Blue value is 13 (5.47% from 255 or 15.85% from 82); Max value from RGB is 60 - color contains mainly: green. Hex color #093C0D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #093C0D is #F6C3F2. Grayscale: #272727. Windows color (decimal): -16172019 or 867337. OLE color: 867337.

HSL color Cylindrical-coordinate representation of color #093C0D: hue angle of 124.71º degrees, saturation: 0.74, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #093C0D is Cyan = 0.85, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.76.

Color convert

RGB96013-
CMYK0.8500.780.76
HSL124.71º73.91%13.53%-
HSV(B)124.71º85%23.53%-
XYZ1.83.320.93-
YUV39.39113.1106.32-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 10.98%
GREEN value IS 60 (23.83% from 255) = 73.17%
BLUE value IS 13 (5.47% from 255) = 15.85%
R=10.98%
G=73.17%
B=15.85%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal960130.8500.780.76124.7173.9113.53
Hex93CD5504E4C7d4ae
Octal117415125011611417511216
Binary100111110011011010101010011101001100111110110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #093C0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #093C0D; }

 p { color: rgb(9,60,13); }

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

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

 a { background-color: rgb(9,60,13); }

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

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

 span { border-color: rgb(9,60,13); }

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