Html Css Color HEX #093A0F Myrtle

📋 copy color: '#093A0F'

red 9 ◦ green 58 ◦ blue 15

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

Shades of Myrtle #093A0F

Tints of Myrtle #093A0F

RGB

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

 GREEN value IS 58 (23.05% from 255) = 70.73%

 BLUE value IS 15 (6.25% from 255) = 18.29%

R = 10.98%
G = 70.73%
B = 18.29%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.74

 K value IS 0.77

RGB Variations

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

Color information

#093A0F (or 0x093A0F) is known color: Myrtle. HEX triplet: 09, 3A and 0F. RGB value is (9,58,15). Sum of RGB (Red+Green+Blue) = 9+58+15=82 (10% of max value = 765). Red value is 9 (3.91% from 255 or 10.98% from 82); Green value is 58 (23.05% from 255 or 70.73% from 82); Blue value is 15 (6.25% from 255 or 18.29% from 82); Max value from RGB is 58 - color contains mainly: green. Hex color #093A0F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #093A0F is #F6C5F0. Grayscale: #262626. Windows color (decimal): -16172529 or 997897. OLE color: 997897.

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

Color convert

RGB 9 58 15 -
CMYK 0.84 0 0.74 0.77
HSL 127.35º 0.73% 0.13% -
HSV(B) 127.35º 0.84% 0.23% -
XYZ 1.71 3.12 0.96 -
YUV 38.45 114.77 107 -
System Red Green Blue C M Y K H S L
Decimal 9 58 15 0.84 0 0.74 0.77 127.35 0.73 0.13
Hex 9 3A F 54 0 4A 4D 7F 49 D
Octal 11 72 17 124 0 112 115 177 111 15
Binary 1001 111010 1111 1010100 0 1001010 1001101 1111111 1001001 1101

Color Harmonies of #093A0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093A0F

Black with #093A0F

Text Example


Text Example

White with #093A0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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