#093D08

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

Shades of Myrtle #093D08

Tints of Myrtle #093D08

Color information

#093D08 (or 0x093D08) is unknown color: approx Myrtle. HEX triplet: 09, 3D and 08. RGB value is (9,61,8). Sum of RGB (Red+Green+Blue) = 9+61+8=78 (10% of max value = 765). Red value is 9 (3.91% from 255 or 11.54% from 78); Green value is 61 (24.22% from 255 or 78.21% from 78); Blue value is 8 (3.52% from 255 or 10.26% from 78); Max value from RGB is 61 - color contains mainly: green. Hex color #093D08 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #093D08 is #F6C2F7. Grayscale: #272727. Windows color (decimal): -16171768 or 539913. OLE color: 539913.

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

Color convert

RGB9618-
CMYK0.8500.870.76
HSL118.87º76.81%13.53%-
HSV(B)118.87º86.89%23.92%-
XYZ1.833.410.79-
YUV39.41110.27106.31-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 11.54%
GREEN value IS 61 (24.22% from 255) = 78.21%
BLUE value IS 8 (3.52% from 255) = 10.26%
R=11.54%
G=78.21%
B=10.26%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal96180.8500.870.76118.8776.8113.53
Hex93D8550574C774de
Octal117510125012711416711516
Binary100111110110001010101010101111001100111011110011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #093D08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(9,61,8); }

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

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

 a { background-color: rgb(9,61,8); }

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

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

 span { border-color: rgb(9,61,8); }

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