Html Css Color HEX #085413 Myrtle

📋 copy color: '#085413'

red 8 ◦ green 84 ◦ blue 19

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

Shades of Myrtle #085413

Tints of Myrtle #085413

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 17.12%

R = 7.21%
G = 75.68%
B = 17.12%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.77

 K value IS 0.67

RGB Variations

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

Color information

#085413 (or 0x085413) is known color: Myrtle. HEX triplet: 08, 54 and 13. RGB value is (8,84,19). Sum of RGB (Red+Green+Blue) = 8+84+19=111 (14% of max value = 765). Red value is 8 (3.52% from 255 or 7.21% from 111); Green value is 84 (33.20% from 255 or 75.68% from 111); Blue value is 19 (7.81% from 255 or 17.12% from 111); Max value from RGB is 84 - color contains mainly: green. Hex color #085413 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #085413 is #F7ABEC. Grayscale: #363636. Windows color (decimal): -16231405 or 1266696. OLE color: 1266696.

HSL color Cylindrical-coordinate representation of color #085413: hue angle of 128.68º degrees, saturation: 0.83, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #085413 is Cyan = 0.90, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.67.

Color convert

RGB 8 84 19 -
CMYK 0.90 0 0.77 0.67
HSL 128.68º 0.83% 0.18% -
HSV(B) 128.68º 0.9% 0.33% -
XYZ 3.39 6.44 1.68 -
YUV 53.87 108.32 95.29 -
System Red Green Blue C M Y K H S L
Decimal 8 84 19 0.90 0 0.77 0.67 128.68 0.83 0.18
Hex 8 54 13 5A 0 4D 43 81 53 12
Octal 10 124 23 132 0 115 103 201 123 22
Binary 1000 1010100 10011 1011010 0 1001101 1000011 10000001 1010011 10010

Color Harmonies of #085413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085413

Black with #085413

Text Example


Text Example

White with #085413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #085413; }

 p { color: rgb(8,84,19); }

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

background-color css

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

 a { background-color: rgb(8,84,19); }

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

border-color css

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

 span { border-color: rgb(8,84,19); }

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