Html Css Color HEX #095504 Myrtle

📋 copy color: '#095504'

red 9 ◦ green 85 ◦ blue 4

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

Shades of Myrtle #095504

Tints of Myrtle #095504

RGB

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

 GREEN value IS 85 (33.59% from 255) = 86.73%

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

R = 9.18%
G = 86.73%
B = 4.08%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.95

 K value IS 0.67

RGB Variations

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

Color information

#095504 (or 0x095504) is known color: Myrtle. HEX triplet: 09, 55 and 04. RGB value is (9,85,4). Sum of RGB (Red+Green+Blue) = 9+85+4=98 (12% of max value = 765). Red value is 9 (3.91% from 255 or 9.18% from 98); Green value is 85 (33.59% from 255 or 86.73% from 98); Blue value is 4 (1.95% from 255 or 4.08% from 98); Max value from RGB is 85 - color contains mainly: green. Hex color #095504 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #095504 is #F6AAFB. Grayscale: #353535. Windows color (decimal): -16165628 or 283913. OLE color: 283913.

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

Color convert

RGB 9 85 4 -
CMYK 0.89 0 0.95 0.67
HSL 116.3º 0.91% 0.17% -
HSV(B) 116.3º 0.95% 0.33% -
XYZ 3.38 6.56 1.2 -
YUV 53.04 100.32 96.59 -
System Red Green Blue C M Y K H S L
Decimal 9 85 4 0.89 0 0.95 0.67 116.3 0.91 0.17
Hex 9 55 4 59 0 5F 43 74 5B 11
Octal 11 125 4 131 0 137 103 164 133 21
Binary 1001 1010101 100 1011001 0 1011111 1000011 1110100 1011011 10001

Color Harmonies of #095504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095504

Black with #095504

Text Example


Text Example

White with #095504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #095504; }

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

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

background-color css

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

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

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

border-color css

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

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

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