Html Css Color HEX #093004 Myrtle

📋 copy color: '#093004'

red 9 ◦ green 48 ◦ blue 4

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

Shades of Myrtle #093004

Tints of Myrtle #093004

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 6.56%

R = 14.75%
G = 78.69%
B = 6.56%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.92

 K value IS 0.81

RGB Variations

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

Color information

#093004 (or 0x093004) is known color: Myrtle. HEX triplet: 09, 30 and 04. RGB value is (9,48,4). Sum of RGB (Red+Green+Blue) = 9+48+4=61 (8% of max value = 765). Red value is 9 (3.91% from 255 or 14.75% from 61); Green value is 48 (19.14% from 255 or 78.69% from 61); Blue value is 4 (1.95% from 255 or 6.56% from 61); Max value from RGB is 48 - color contains mainly: green. Hex color #093004 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #093004 is #F6CFFB. Grayscale: #1F1F1F. Windows color (decimal): -16175100 or 274441. OLE color: 274441.

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

Color convert

RGB 9 48 4 -
CMYK 0.81 0 0.92 0.81
HSL 113.18º 0.85% 0.1% -
HSV(B) 113.18º 0.92% 0.19% -
XYZ 1.19 2.18 0.47 -
YUV 31.32 112.58 112.08 -
System Red Green Blue C M Y K H S L
Decimal 9 48 4 0.81 0 0.92 0.81 113.18 0.85 0.1
Hex 9 30 4 51 0 5C 51 71 55 A
Octal 11 60 4 121 0 134 121 161 125 12
Binary 1001 110000 100 1010001 0 1011100 1010001 1110001 1010101 1010

Color Harmonies of #093004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093004

Black with #093004

Text Example


Text Example

White with #093004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #093004; }

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

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

background-color css

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

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

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

border-color css

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

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

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