Html Css Color HEX #093000 Myrtle

📋 copy color: '#093000'

red 9 ◦ green 48 ◦ blue 0

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

Shades of Myrtle #093000

Tints of Myrtle #093000

RGB

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

 GREEN value IS 48 (19.14% from 255) = 84.21%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 15.79%
G = 84.21%
B = 0%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 1

 K value IS 0.81

RGB Variations

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

Color information

#093000 (or 0x093000) is known color: Myrtle. HEX triplet: 09, 30 and 00. RGB value is (9,48,0). Sum of RGB (Red+Green+Blue) = 9+48+0=57 (7% of max value = 765). Red value is 9 (3.91% from 255 or 15.79% from 57); Green value is 48 (19.14% from 255 or 84.21% from 57); Blue value is 0 (0.39% from 255 or 0% from 57); Max value from RGB is 48 - color contains mainly: green. Hex color #093000 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #093000 is #F6CFFF. Grayscale: #1F1F1F. Windows color (decimal): -16175104 or 12297. OLE color: 12297.

HSL color Cylindrical-coordinate representation of color #093000: hue angle of 108.75º degrees, saturation: 1, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 1%. Process color model (Four color, CMYK) of #093000 is Cyan = 0.81, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.81.

Color convert

RGB 9 48 0 -
CMYK 0.81 0 1 0.81
HSL 108.75º 1% 0.09% -
HSV(B) 108.75º 1% 0.19% -
XYZ 1.17 2.17 0.36 -
YUV 30.87 110.58 112.4 -
System Red Green Blue C M Y K H S L
Decimal 9 48 0 0.81 0 1 0.81 108.75 1 0.09
Hex 9 30 0 51 0 64 51 6D 64 9
Octal 11 60 0 121 0 144 121 155 144 11
Binary 1001 110000 0 1010001 0 1100100 1010001 1101101 1100100 1001

Color Harmonies of #093000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093000

Black with #093000

Text Example


Text Example

White with #093000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #093000; }

 p { color: rgb(9,48,0); }

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

background-color css

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

 a { background-color: rgb(9,48,0); }

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

border-color css

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

 span { border-color: rgb(9,48,0); }

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