#093802

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

Shades of Myrtle #093802

Tints of Myrtle #093802

Color information

#093802 (or 0x093802) is unknown color: approx Myrtle. HEX triplet: 09, 38 and 02. RGB value is (9,56,2). Sum of RGB (Red+Green+Blue) = 9+56+2=67 (8% of max value = 765). Red value is 9 (3.91% from 255 or 13.43% from 67); Green value is 56 (22.27% from 255 or 83.58% from 67); Blue value is 2 (1.17% from 255 or 2.99% from 67); Max value from RGB is 56 - color contains mainly: green. Hex color #093802 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #093802 is #F6C7FD. Grayscale: #232323. Windows color (decimal): -16173054 or 145417. OLE color: 145417.

HSL color Cylindrical-coordinate representation of color #093802: hue angle of 112.22º degrees, saturation: 0.93, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #093802 is Cyan = 0.84, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.78.

Color convert

RGB9562-
CMYK0.8400.960.78
HSL112.22º93.1%11.37%-
HSV(B)112.22º96.43%21.96%-
XYZ1.542.890.53-
YUV35.79108.93108.89-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 13.43%
GREEN value IS 56 (22.27% from 255) = 83.58%
BLUE value IS 2 (1.17% from 255) = 2.99%
R=13.43%
G=83.58%
B=2.99%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal95620.8400.960.78112.2293.111.37
Hex9382540604E705db
Octal11702124014011616013513
Binary1001111000101010100011000001001110111000010111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #093802

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #093802; }

 p { color: rgb(9,56,2); }

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

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

 a { background-color: rgb(9,56,2); }

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

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

 span { border-color: rgb(9,56,2); }

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