Html Css Color HEX #055311 Myrtle

📋 copy color: '#055311'

red 5 ◦ green 83 ◦ blue 17

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

Shades of Myrtle #055311

Tints of Myrtle #055311

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 16.19%

R = 4.76%
G = 79.05%
B = 16.19%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.80

 K value IS 0.67

RGB Variations

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

Color information

#055311 (or 0x055311) is known color: Myrtle. HEX triplet: 05, 53 and 11. RGB value is (5,83,17). Sum of RGB (Red+Green+Blue) = 5+83+17=105 (13% of max value = 765). Red value is 5 (2.34% from 255 or 4.76% from 105); Green value is 83 (32.81% from 255 or 79.05% from 105); Blue value is 17 (7.03% from 255 or 16.19% from 105); Max value from RGB is 83 - color contains mainly: green. Hex color #055311 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #055311 is #FAACEE. Grayscale: #343434. Windows color (decimal): -16428271 or 1135365. OLE color: 1135365.

HSL color Cylindrical-coordinate representation of color #055311: hue angle of 129.23º degrees, saturation: 0.89, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #055311 is Cyan = 0.94, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.67.

Color convert

RGB 5 83 17 -
CMYK 0.94 0 0.80 0.67
HSL 129.23º 0.89% 0.17% -
HSV(B) 129.23º 0.94% 0.33% -
XYZ 3.26 6.26 1.57 -
YUV 52.15 108.16 94.37 -
System Red Green Blue C M Y K H S L
Decimal 5 83 17 0.94 0 0.80 0.67 129.23 0.89 0.17
Hex 5 53 11 5E 0 50 43 81 59 11
Octal 5 123 21 136 0 120 103 201 131 21
Binary 101 1010011 10001 1011110 0 1010000 1000011 10000001 1011001 10001

Color Harmonies of #055311

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #055311

Black with #055311

Text Example


Text Example

White with #055311

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #055311; }

 p { color: rgb(5,83,17); }

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

background-color css

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

 a { background-color: rgb(5,83,17); }

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

border-color css

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

 span { border-color: rgb(5,83,17); }

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