Html Css Color HEX #05520C Myrtle

📋 copy color: '#05520C'

red 5 ◦ green 82 ◦ blue 12

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

Shades of Myrtle #05520C

Tints of Myrtle #05520C

RGB

 RED value IS 5 (2.34% from 255) = 5.05%

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

 BLUE value IS 12 (5.08% from 255) = 12.12%

R = 5.05%
G = 82.83%
B = 12.12%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.85

 K value IS 0.68

RGB Variations

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

Color information

#05520C (or 0x05520C) is known color: Myrtle. HEX triplet: 05, 52 and 0C. RGB value is (5,82,12). Sum of RGB (Red+Green+Blue) = 5+82+12=99 (13% of max value = 765). Red value is 5 (2.34% from 255 or 5.05% from 99); Green value is 82 (32.42% from 255 or 82.83% from 99); Blue value is 12 (5.08% from 255 or 12.12% from 99); Max value from RGB is 82 - color contains mainly: green. Hex color #05520C is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #05520C is #FAADF3. Grayscale: #333333. Windows color (decimal): -16428532 or 807429. OLE color: 807429.

HSL color Cylindrical-coordinate representation of color #05520C: hue angle of 125.45º degrees, saturation: 0.89, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #05520C is Cyan = 0.94, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.68.

Color convert

RGB 5 82 12 -
CMYK 0.94 0 0.85 0.68
HSL 125.45º 0.89% 0.17% -
HSV(B) 125.45º 0.94% 0.32% -
XYZ 3.15 6.09 1.36 -
YUV 51 105.99 95.19 -
System Red Green Blue C M Y K H S L
Decimal 5 82 12 0.94 0 0.85 0.68 125.45 0.89 0.17
Hex 5 52 C 5E 0 55 44 7D 59 11
Octal 5 122 14 136 0 125 104 175 131 21
Binary 101 1010010 1100 1011110 0 1010101 1000100 1111101 1011001 10001

Color Harmonies of #05520C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05520C

Black with #05520C

Text Example


Text Example

White with #05520C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #05520C; }

 p { color: rgb(5,82,12); }

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

background-color css

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

 a { background-color: rgb(5,82,12); }

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

border-color css

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

 span { border-color: rgb(5,82,12); }

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