Html Css Color HEX #093101 Myrtle

📋 copy color: '#093101'

red 9 ◦ green 49 ◦ blue 1

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

Shades of Myrtle #093101

Tints of Myrtle #093101

RGB

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

 GREEN value IS 49 (19.53% from 255) = 83.05%

 BLUE value IS 1 (0.78% from 255) = 1.69%

R = 15.25%
G = 83.05%
B = 1.69%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.98

 K value IS 0.81

RGB Variations

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

Color information

#093101 (or 0x093101) is known color: Myrtle. HEX triplet: 09, 31 and 01. RGB value is (9,49,1). Sum of RGB (Red+Green+Blue) = 9+49+1=59 (7% of max value = 765). Red value is 9 (3.91% from 255 or 15.25% from 59); Green value is 49 (19.53% from 255 or 83.05% from 59); Blue value is 1 (0.78% from 255 or 1.69% from 59); Max value from RGB is 49 - color contains mainly: green. Hex color #093101 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #093101 is #F6CEFE. Grayscale: #1F1F1F. Windows color (decimal): -16174847 or 78089. OLE color: 78089.

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

Color convert

RGB 9 49 1 -
CMYK 0.82 0 0.98 0.81
HSL 110º 0.96% 0.1% -
HSV(B) 110º 0.98% 0.19% -
XYZ 1.22 2.26 0.4 -
YUV 31.57 110.75 111.9 -
System Red Green Blue C M Y K H S L
Decimal 9 49 1 0.82 0 0.98 0.81 110 0.96 0.1
Hex 9 31 1 52 0 62 51 6E 60 A
Octal 11 61 1 122 0 142 121 156 140 12
Binary 1001 110001 1 1010010 0 1100010 1010001 1101110 1100000 1010

Color Harmonies of #093101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093101

Black with #093101

Text Example


Text Example

White with #093101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #093101; }

 p { color: rgb(9,49,1); }

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

background-color css

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

 a { background-color: rgb(9,49,1); }

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

border-color css

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

 span { border-color: rgb(9,49,1); }

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