Html Css Color HEX #093408 Myrtle

📋 copy color: '#093408'

red 9 ◦ green 52 ◦ blue 8

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

Shades of Myrtle #093408

Tints of Myrtle #093408

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 11.59%

R = 13.04%
G = 75.36%
B = 11.59%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.85

 K value IS 0.80

RGB Variations

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

Color information

#093408 (or 0x093408) is known color: Myrtle. HEX triplet: 09, 34 and 08. RGB value is (9,52,8). Sum of RGB (Red+Green+Blue) = 9+52+8=69 (9% of max value = 765). Red value is 9 (3.91% from 255 or 13.04% from 69); Green value is 52 (20.70% from 255 or 75.36% from 69); Blue value is 8 (3.52% from 255 or 11.59% from 69); Max value from RGB is 52 - color contains mainly: green. Hex color #093408 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #093408 is #F6CBF7. Grayscale: #222222. Windows color (decimal): -16174072 or 537609. OLE color: 537609.

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

Color convert

RGB 9 52 8 -
CMYK 0.83 0 0.85 0.80
HSL 118.64º 0.73% 0.12% -
HSV(B) 118.64º 0.85% 0.2% -
XYZ 1.38 2.53 0.65 -
YUV 34.13 113.25 110.08 -
System Red Green Blue C M Y K H S L
Decimal 9 52 8 0.83 0 0.85 0.80 118.64 0.73 0.12
Hex 9 34 8 53 0 55 50 77 49 C
Octal 11 64 10 123 0 125 120 167 111 14
Binary 1001 110100 1000 1010011 0 1010101 1010000 1110111 1001001 1100

Color Harmonies of #093408

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093408

Black with #093408

Text Example


Text Example

White with #093408

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #093408; }

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

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

background-color css

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

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

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

border-color css

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

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

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