Html Css Color HEX #093402 Myrtle

📋 copy color: '#093402'

red 9 ◦ green 52 ◦ blue 2

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

Shades of Myrtle #093402

Tints of Myrtle #093402

RGB

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

 GREEN value IS 52 (20.7% from 255) = 82.54%

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

R = 14.29%
G = 82.54%
B = 3.17%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.96

 K value IS 0.80

RGB Variations

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

Color information

#093402 (or 0x093402) is known color: Myrtle. HEX triplet: 09, 34 and 02. RGB value is (9,52,2). Sum of RGB (Red+Green+Blue) = 9+52+2=63 (8% of max value = 765). Red value is 9 (3.91% from 255 or 14.29% from 63); Green value is 52 (20.70% from 255 or 82.54% from 63); Blue value is 2 (1.17% from 255 or 3.17% from 63); Max value from RGB is 52 - color contains mainly: green. Hex color #093402 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #093402 is #F6CBFD. Grayscale: #212121. Windows color (decimal): -16174078 or 144393. OLE color: 144393.

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

Color convert

RGB 9 52 2 -
CMYK 0.83 0 0.96 0.80
HSL 111.6º 0.93% 0.11% -
HSV(B) 111.6º 0.96% 0.2% -
XYZ 1.35 2.52 0.47 -
YUV 33.44 110.25 110.57 -
System Red Green Blue C M Y K H S L
Decimal 9 52 2 0.83 0 0.96 0.80 111.6 0.93 0.11
Hex 9 34 2 53 0 60 50 70 5D B
Octal 11 64 2 123 0 140 120 160 135 13
Binary 1001 110100 10 1010011 0 1100000 1010000 1110000 1011101 1011

Color Harmonies of #093402

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093402

Black with #093402

Text Example


Text Example

White with #093402

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #093402; }

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

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

background-color css

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

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

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

border-color css

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

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

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