Html Css Color HEX #05550D Myrtle

📋 copy color: '#05550D'

red 5 ◦ green 85 ◦ blue 13

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

Shades of Myrtle #05550D

Tints of Myrtle #05550D

RGB

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

 GREEN value IS 85 (33.59% from 255) = 82.52%

 BLUE value IS 13 (5.47% from 255) = 12.62%

R = 4.85%
G = 82.52%
B = 12.62%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.85

 K value IS 0.67

RGB Variations

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

Color information

#05550D (or 0x05550D) is known color: Myrtle. HEX triplet: 05, 55 and 0D. RGB value is (5,85,13). Sum of RGB (Red+Green+Blue) = 5+85+13=103 (13% of max value = 765). Red value is 5 (2.34% from 255 or 4.85% from 103); Green value is 85 (33.59% from 255 or 82.52% from 103); Blue value is 13 (5.47% from 255 or 12.62% from 103); Max value from RGB is 85 - color contains mainly: green. Hex color #05550D is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #05550D is #FAAAF2. Grayscale: #353535. Windows color (decimal): -16427763 or 873733. OLE color: 873733.

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

Color convert

RGB 5 85 13 -
CMYK 0.94 0 0.85 0.67
HSL 126º 0.89% 0.18% -
HSV(B) 126º 0.94% 0.33% -
XYZ 3.38 6.56 1.47 -
YUV 52.87 105.5 93.85 -
System Red Green Blue C M Y K H S L
Decimal 5 85 13 0.94 0 0.85 0.67 126 0.89 0.18
Hex 5 55 D 5E 0 55 43 7E 59 12
Octal 5 125 15 136 0 125 103 176 131 22
Binary 101 1010101 1101 1011110 0 1010101 1000011 1111110 1011001 10010

Color Harmonies of #05550D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05550D

Black with #05550D

Text Example


Text Example

White with #05550D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #05550D; }

 p { color: rgb(5,85,13); }

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

background-color css

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

 a { background-color: rgb(5,85,13); }

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

border-color css

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

 span { border-color: rgb(5,85,13); }

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