#255516

Color #255516 Myrtle (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Myrtle #255516

Tints of Myrtle #255516

Color information

#255516 (or 0x255516) is unknown color: approx Myrtle. HEX triplet: 25, 55 and 16. RGB value is (37,85,22). Sum of RGB (Red+Green+Blue) = 37+85+22=144 (19% of max value = 765). Red value is 37 (14.84% from 255 or 25.69% from 144); Green value is 85 (33.59% from 255 or 59.03% from 144); Blue value is 22 (8.98% from 255 or 15.28% from 144); Max value from RGB is 85 - color contains mainly: green. Hex color #255516 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #255516 is #DAAAE9. Grayscale: #3F3F3F. Windows color (decimal): -14330602 or 1463589. OLE color: 1463589.

HSL color Cylindrical-coordinate representation of color #255516: hue angle of 105.71º degrees, saturation: 0.59, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #255516 is Cyan = 0.56, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.67.

Color convert

RGB378522-
CMYK0.5600.740.67
HSL105.71º58.88%20.98%-
HSV(B)105.71º74.12%33.33%-
XYZ4.166.951.88-
YUV63.47104.6109.12-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 25.69%
GREEN value IS 85 (33.59% from 255) = 59.03%
BLUE value IS 22 (8.98% from 255) = 15.28%
R=25.69%
G=59.03%
B=15.28%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3785220.5600.740.67105.7158.8820.98
Hex2555163804A436a3b15
Octal45125267001121031527325
Binary100101101010110110111000010010101000011110101011101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #255516

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #255516; }

 p { color: rgb(37,85,22); }

 H1.HeaderClassName
 {
   color: #255516;
 }
 .AnyTagClassName
 {
   color: #255516;
 }
</style>
background-color css

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

 a { background-color: rgb(37,85,22); }

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

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

 span { border-color: rgb(37,85,22); }

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