Html Css Color HEX #093502 Myrtle

📋 copy color: '#093502'

red 9 ◦ green 53 ◦ blue 2

#093502
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Myrtle #093502

Tints of Myrtle #093502

RGB

 RED value IS 9 (3.91% from 255) = 14.06%

 GREEN value IS 53 (21.09% from 255) = 82.81%

 BLUE value IS 2 (1.17% from 255) = 3.13%

R = 14.06%
G = 82.81%
B = 3.13%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.96

 K value IS 0.79

RGB Variations

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

Color information

#093502 (or 0x093502) is known color: Myrtle. HEX triplet: 09, 35 and 02. RGB value is (9,53,2). Sum of RGB (Red+Green+Blue) = 9+53+2=64 (8% of max value = 765). Red value is 9 (3.91% from 255 or 14.06% from 64); Green value is 53 (21.09% from 255 or 82.81% from 64); Blue value is 2 (1.17% from 255 or 3.12% from 64); Max value from RGB is 53 - color contains mainly: green. Hex color #093502 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #093502 is #F6CAFD. Grayscale: #222222. Windows color (decimal): -16173822 or 144649. OLE color: 144649.

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

Color convert

RGB 9 53 2 -
CMYK 0.83 0 0.96 0.79
HSL 111.76º 0.93% 0.11% -
HSV(B) 111.76º 0.96% 0.21% -
XYZ 1.4 2.61 0.49 -
YUV 34.03 109.92 110.15 -
System Red Green Blue C M Y K H S L
Decimal 9 53 2 0.83 0 0.96 0.79 111.76 0.93 0.11
Hex 9 35 2 53 0 60 4F 70 5D B
Octal 11 65 2 123 0 140 117 160 135 13
Binary 1001 110101 10 1010011 0 1100000 1001111 1110000 1011101 1011

Color Harmonies of #093502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093502

Black with #093502

Text Example


Text Example

White with #093502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #093502; }

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

 H1.HeaderClassName
 {
   color: #093502;
 }
 .AnyTagClassName
 {
   color: #093502;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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