#255518

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

Shades of Myrtle #255518

Tints of Myrtle #255518

Color information

#255518 (or 0x255518) is unknown color: approx Myrtle. HEX triplet: 25, 55 and 18. RGB value is (37,85,24). Sum of RGB (Red+Green+Blue) = 37+85+24=146 (19% of max value = 765). Red value is 37 (14.84% from 255 or 25.34% from 146); Green value is 85 (33.59% from 255 or 58.22% from 146); Blue value is 24 (9.77% from 255 or 16.44% from 146); Max value from RGB is 85 - color contains mainly: green. Hex color #255518 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #255518 is #DAAAE7. Grayscale: #3F3F3F. Windows color (decimal): -14330600 or 1594661. OLE color: 1594661.

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

Color convert

RGB378524-
CMYK0.5600.720.67
HSL107.21º55.96%21.37%-
HSV(B)107.21º71.76%33.33%-
XYZ4.186.961.99-
YUV63.69105.6108.96-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 25.34%
GREEN value IS 85 (33.59% from 255) = 58.22%
BLUE value IS 24 (9.77% from 255) = 16.44%
R=25.34%
G=58.22%
B=16.44%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3785240.5600.720.67107.2155.9621.37
Hex25551838048436b3815
Octal45125307001101031537025
Binary100101101010111000111000010010001000011110101111100010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #255518

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #255518; }

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

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

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

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

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

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

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

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