Html Css Color HEX #095401 Myrtle

📋 copy color: '#095401'

red 9 ◦ green 84 ◦ blue 1

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

Shades of Myrtle #095401

Tints of Myrtle #095401

RGB

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

 GREEN value IS 84 (33.2% from 255) = 89.36%

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

R = 9.57%
G = 89.36%
B = 1.06%

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

#095401 (or 0x095401) is known color: Myrtle. HEX triplet: 09, 54 and 01. RGB value is (9,84,1). Sum of RGB (Red+Green+Blue) = 9+84+1=94 (12% of max value = 765). Red value is 9 (3.91% from 255 or 9.57% from 94); Green value is 84 (33.20% from 255 or 89.36% from 94); Blue value is 1 (0.78% from 255 or 1.06% from 94); Max value from RGB is 84 - color contains mainly: green. Hex color #095401 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #095401 is #F6ABFE. Grayscale: #343434. Windows color (decimal): -16165887 or 87049. OLE color: 87049.

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

Color convert

RGB 9 84 1 -
CMYK 0.89 0 0.99 0.67
HSL 114.22º 0.98% 0.17% -
HSV(B) 114.22º 0.99% 0.33% -
XYZ 3.29 6.4 1.09 -
YUV 52.11 99.15 97.25 -
System Red Green Blue C M Y K H S L
Decimal 9 84 1 0.89 0 0.99 0.67 114.22 0.98 0.17
Hex 9 54 1 59 0 63 43 72 62 11
Octal 11 124 1 131 0 143 103 162 142 21
Binary 1001 1010100 1 1011001 0 1100011 1000011 1110010 1100010 10001

Color Harmonies of #095401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095401

Black with #095401

Text Example


Text Example

White with #095401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #095401; }

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

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

background-color css

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

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

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

border-color css

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

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

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