Html Css Color HEX #093B0C Myrtle

📋 copy color: '#093B0C'

red 9 ◦ green 59 ◦ blue 12

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

Shades of Myrtle #093B0C

Tints of Myrtle #093B0C

RGB

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

 GREEN value IS 59 (23.44% from 255) = 73.75%

 BLUE value IS 12 (5.08% from 255) = 15%

R = 11.25%
G = 73.75%
B = 15%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.80

 K value IS 0.77

RGB Variations

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

Color information

#093B0C (or 0x093B0C) is known color: Myrtle. HEX triplet: 09, 3B and 0C. RGB value is (9,59,12). Sum of RGB (Red+Green+Blue) = 9+59+12=80 (10% of max value = 765). Red value is 9 (3.91% from 255 or 11.25% from 80); Green value is 59 (23.44% from 255 or 73.75% from 80); Blue value is 12 (5.08% from 255 or 15% from 80); Max value from RGB is 59 - color contains mainly: green. Hex color #093B0C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #093B0C is #F6C4F3. Grayscale: #262626. Windows color (decimal): -16172276 or 801545. OLE color: 801545.

HSL color Cylindrical-coordinate representation of color #093B0C: hue angle of 123.6º degrees, saturation: 0.74, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #093B0C is Cyan = 0.85, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.77.

Color convert

RGB 9 59 12 -
CMYK 0.85 0 0.80 0.77
HSL 123.6º 0.74% 0.13% -
HSV(B) 123.6º 0.85% 0.23% -
XYZ 1.74 3.21 0.88 -
YUV 38.69 112.94 106.82 -
System Red Green Blue C M Y K H S L
Decimal 9 59 12 0.85 0 0.80 0.77 123.6 0.74 0.13
Hex 9 3B C 55 0 50 4D 7C 4A D
Octal 11 73 14 125 0 120 115 174 112 15
Binary 1001 111011 1100 1010101 0 1010000 1001101 1111100 1001010 1101

Color Harmonies of #093B0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093B0C

Black with #093B0C

Text Example


Text Example

White with #093B0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,59,12); }

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

background-color css

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

 a { background-color: rgb(9,59,12); }

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

border-color css

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

 span { border-color: rgb(9,59,12); }

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