#093A02

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

Shades of Myrtle #093A02

Tints of Myrtle #093A02

Color information

#093A02 (or 0x093A02) is unknown color: approx Myrtle. HEX triplet: 09, 3A and 02. RGB value is (9,58,2). Sum of RGB (Red+Green+Blue) = 9+58+2=69 (9% of max value = 765). Red value is 9 (3.91% from 255 or 13.04% from 69); Green value is 58 (23.05% from 255 or 84.06% from 69); Blue value is 2 (1.17% from 255 or 2.90% from 69); Max value from RGB is 58 - color contains mainly: green. Hex color #093A02 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #093A02 is #F6C5FD. Grayscale: #252525. Windows color (decimal): -16172542 or 145929. OLE color: 145929.

HSL color Cylindrical-coordinate representation of color #093A02: hue angle of 112.5º degrees, saturation: 0.93, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #093A02 is Cyan = 0.84, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.77.

Color convert

RGB9582-
CMYK0.8400.970.77
HSL112.5º93.33%11.76%-
HSV(B)112.5º96.55%22.75%-
XYZ1.643.090.57-
YUV36.97108.27108.05-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 13.04%
GREEN value IS 58 (23.05% from 255) = 84.06%
BLUE value IS 2 (1.17% from 255) = 2.90%
R=13.04%
G=84.06%
B=2.90%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal95820.8400.970.77112.593.3311.76
Hex93A2540614D705dc
Octal11722124014111516013514
Binary1001111010101010100011000011001101111000010111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #093A02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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