Html Css Color HEX #05500C Myrtle

📋 copy color: '#05500C'

red 5 ◦ green 80 ◦ blue 12

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

Shades of Myrtle #05500C

Tints of Myrtle #05500C

RGB

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

 GREEN value IS 80 (31.64% from 255) = 82.47%

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

R = 5.15%
G = 82.47%
B = 12.37%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.85

 K value IS 0.69

RGB Variations

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

Color information

#05500C (or 0x05500C) is known color: Myrtle. HEX triplet: 05, 50 and 0C. RGB value is (5,80,12). Sum of RGB (Red+Green+Blue) = 5+80+12=97 (12% of max value = 765). Red value is 5 (2.34% from 255 or 5.15% from 97); Green value is 80 (31.64% from 255 or 82.47% from 97); Blue value is 12 (5.08% from 255 or 12.37% from 97); Max value from RGB is 80 - color contains mainly: green. Hex color #05500C is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #05500C is #FAAFF3. Grayscale: #323232. Windows color (decimal): -16429044 or 806917. OLE color: 806917.

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

Color convert

RGB 5 80 12 -
CMYK 0.94 0 0.85 0.69
HSL 125.6º 0.88% 0.17% -
HSV(B) 125.6º 0.94% 0.31% -
XYZ 3 5.8 1.31 -
YUV 49.82 106.65 96.03 -
System Red Green Blue C M Y K H S L
Decimal 5 80 12 0.94 0 0.85 0.69 125.6 0.88 0.17
Hex 5 50 C 5E 0 55 45 7E 58 11
Octal 5 120 14 136 0 125 105 176 130 21
Binary 101 1010000 1100 1011110 0 1010101 1000101 1111110 1011000 10001

Color Harmonies of #05500C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05500C

Black with #05500C

Text Example


Text Example

White with #05500C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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