Html Css Color HEX #085213 Myrtle

📋 copy color: '#085213'

red 8 ◦ green 82 ◦ blue 19

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

Shades of Myrtle #085213

Tints of Myrtle #085213

RGB

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

 GREEN value IS 82 (32.42% from 255) = 75.23%

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

R = 7.34%
G = 75.23%
B = 17.43%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.77

 K value IS 0.68

RGB Variations

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

Color information

#085213 (or 0x085213) is known color: Myrtle. HEX triplet: 08, 52 and 13. RGB value is (8,82,19). Sum of RGB (Red+Green+Blue) = 8+82+19=109 (14% of max value = 765). Red value is 8 (3.52% from 255 or 7.34% from 109); Green value is 82 (32.42% from 255 or 75.23% from 109); Blue value is 19 (7.81% from 255 or 17.43% from 109); Max value from RGB is 82 - color contains mainly: green. Hex color #085213 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #085213 is #F7ADEC. Grayscale: #343434. Windows color (decimal): -16231917 or 1266184. OLE color: 1266184.

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

Color convert

RGB 8 82 19 -
CMYK 0.90 0 0.77 0.68
HSL 128.92º 0.82% 0.18% -
HSV(B) 128.92º 0.9% 0.32% -
XYZ 3.23 6.13 1.63 -
YUV 52.69 108.98 96.12 -
System Red Green Blue C M Y K H S L
Decimal 8 82 19 0.90 0 0.77 0.68 128.92 0.82 0.18
Hex 8 52 13 5A 0 4D 44 81 52 12
Octal 10 122 23 132 0 115 104 201 122 22
Binary 1000 1010010 10011 1011010 0 1001101 1000100 10000001 1010010 10010

Color Harmonies of #085213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085213

Black with #085213

Text Example


Text Example

White with #085213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #085213; }

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

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

background-color css

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

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

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

border-color css

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

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

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