#093C04

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

Shades of Myrtle #093C04

Tints of Myrtle #093C04

Color information

#093C04 (or 0x093C04) is unknown color: approx Myrtle. HEX triplet: 09, 3C and 04. RGB value is (9,60,4). Sum of RGB (Red+Green+Blue) = 9+60+4=73 (9% of max value = 765). Red value is 9 (3.91% from 255 or 12.33% from 73); Green value is 60 (23.83% from 255 or 82.19% from 73); Blue value is 4 (1.95% from 255 or 5.48% from 73); Max value from RGB is 60 - color contains mainly: green. Hex color #093C04 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #093C04 is #F6C3FB. Grayscale: #262626. Windows color (decimal): -16172028 or 277513. OLE color: 277513.

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

Color convert

RGB9604-
CMYK0.8500.930.76
HSL114.64º87.5%12.55%-
HSV(B)114.64º93.33%23.53%-
XYZ1.753.30.66-
YUV38.37108.6107.05-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 12.33%
GREEN value IS 60 (23.83% from 255) = 82.19%
BLUE value IS 4 (1.95% from 255) = 5.48%
R=12.33%
G=82.19%
B=5.48%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal96040.8500.930.76114.6487.512.55
Hex93C45505D4C7358d
Octal11744125013511416313015
Binary10011111001001010101010111011001100111001110110001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #093C04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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