Html Css Color HEX #085304 Myrtle

📋 copy color: '#085304'

red 8 ◦ green 83 ◦ blue 4

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

Shades of Myrtle #085304

Tints of Myrtle #085304

RGB

 RED value IS 8 (3.52% from 255) = 8.42%

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

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

R = 8.42%
G = 87.37%
B = 4.21%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.95

 K value IS 0.67

RGB Variations

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

Color information

#085304 (or 0x085304) is known color: Myrtle. HEX triplet: 08, 53 and 04. RGB value is (8,83,4). Sum of RGB (Red+Green+Blue) = 8+83+4=95 (12% of max value = 765). Red value is 8 (3.52% from 255 or 8.42% from 95); Green value is 83 (32.81% from 255 or 87.37% from 95); Blue value is 4 (1.95% from 255 or 4.21% from 95); Max value from RGB is 83 - color contains mainly: green. Hex color #085304 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #085304 is #F7ACFB. Grayscale: #333333. Windows color (decimal): -16231676 or 283400. OLE color: 283400.

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

Color convert

RGB 8 83 4 -
CMYK 0.90 0 0.95 0.67
HSL 116.96º 0.91% 0.17% -
HSV(B) 116.96º 0.95% 0.33% -
XYZ 3.22 6.25 1.15 -
YUV 51.57 101.15 96.92 -
System Red Green Blue C M Y K H S L
Decimal 8 83 4 0.90 0 0.95 0.67 116.96 0.91 0.17
Hex 8 53 4 5A 0 5F 43 75 5B 11
Octal 10 123 4 132 0 137 103 165 133 21
Binary 1000 1010011 100 1011010 0 1011111 1000011 1110101 1011011 10001

Color Harmonies of #085304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085304

Black with #085304

Text Example


Text Example

White with #085304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #085304; }

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

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

background-color css

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

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

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

border-color css

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

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

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