Html Css Color HEX #095304 Myrtle

📋 copy color: '#095304'

red 9 ◦ green 83 ◦ blue 4

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

Shades of Myrtle #095304

Tints of Myrtle #095304

RGB

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

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

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

R = 9.38%
G = 86.46%
B = 4.17%

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

#095304 (or 0x095304) is known color: Myrtle. HEX triplet: 09, 53 and 04. RGB value is (9,83,4). Sum of RGB (Red+Green+Blue) = 9+83+4=96 (12% of max value = 765). Red value is 9 (3.91% from 255 or 9.38% from 96); Green value is 83 (32.81% from 255 or 86.46% from 96); Blue value is 4 (1.95% from 255 or 4.17% from 96); Max value from RGB is 83 - color contains mainly: green. Hex color #095304 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #095304 is #F6ACFB. Grayscale: #343434. Windows color (decimal): -16166140 or 283401. OLE color: 283401.

HSL color Cylindrical-coordinate representation of color #095304: hue angle of 116.2º 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 #095304 is Cyan = 0.89, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.67.

Color convert

RGB 9 83 4 -
CMYK 0.89 0 0.95 0.67
HSL 116.2º 0.91% 0.17% -
HSV(B) 116.2º 0.95% 0.33% -
XYZ 3.23 6.25 1.15 -
YUV 51.87 100.98 97.42 -
System Red Green Blue C M Y K H S L
Decimal 9 83 4 0.89 0 0.95 0.67 116.2 0.91 0.17
Hex 9 53 4 59 0 5F 43 74 5B 11
Octal 11 123 4 131 0 137 103 164 133 21
Binary 1001 1010011 100 1011001 0 1011111 1000011 1110100 1011011 10001

Color Harmonies of #095304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095304

Black with #095304

Text Example


Text Example

White with #095304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #095304; }

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

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

background-color css

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

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

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

border-color css

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

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

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