Html Css Color HEX #095301 Myrtle

📋 copy color: '#095301'

red 9 ◦ green 83 ◦ blue 1

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

Shades of Myrtle #095301

Tints of Myrtle #095301

RGB

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

 GREEN value IS 83 (32.81% from 255) = 89.25%

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

R = 9.68%
G = 89.25%
B = 1.08%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.99

 K value IS 0.67

RGB Variations

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

Color information

#095301 (or 0x095301) is known color: Myrtle. HEX triplet: 09, 53 and 01. RGB value is (9,83,1). Sum of RGB (Red+Green+Blue) = 9+83+1=93 (12% of max value = 765). Red value is 9 (3.91% from 255 or 9.68% from 93); Green value is 83 (32.81% from 255 or 89.25% from 93); Blue value is 1 (0.78% from 255 or 1.08% from 93); Max value from RGB is 83 - color contains mainly: green. Hex color #095301 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #095301 is #F6ACFE. Grayscale: #333333. Windows color (decimal): -16166143 or 86793. OLE color: 86793.

HSL color Cylindrical-coordinate representation of color #095301: hue angle of 114.15º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #095301 is Cyan = 0.89, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.67.

Color convert

RGB 9 83 1 -
CMYK 0.89 0 0.99 0.67
HSL 114.15º 0.98% 0.16% -
HSV(B) 114.15º 0.99% 0.33% -
XYZ 3.21 6.25 1.07 -
YUV 51.53 99.48 97.67 -
System Red Green Blue C M Y K H S L
Decimal 9 83 1 0.89 0 0.99 0.67 114.15 0.98 0.16
Hex 9 53 1 59 0 63 43 72 62 10
Octal 11 123 1 131 0 143 103 162 142 20
Binary 1001 1010011 1 1011001 0 1100011 1000011 1110010 1100010 10000

Color Harmonies of #095301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095301

Black with #095301

Text Example


Text Example

White with #095301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #095301; }

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

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

background-color css

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

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

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

border-color css

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

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

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