#255525

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

Shades of Myrtle #255525

Tints of Myrtle #255525

Color information

#255525 (or 0x255525) is unknown color: approx Myrtle. HEX triplet: 25, 55 and 25. RGB value is (37,85,37). Sum of RGB (Red+Green+Blue) = 37+85+37=159 (21% of max value = 765). Red value is 37 (14.84% from 255 or 23.27% from 159); Green value is 85 (33.59% from 255 or 53.46% from 159); Blue value is 37 (14.84% from 255 or 23.27% from 159); Max value from RGB is 85 - color contains mainly: green. Hex color #255525 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #255525 is #DAAADA. Grayscale: #414141. Windows color (decimal): -14330587 or 2446629. OLE color: 2446629.

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

Color convert

RGB378537-
CMYK0.5600.560.67
HSL120º39.34%23.92%-
HSV(B)120º56.47%33.33%-
XYZ4.357.022.88-
YUV65.18112.1107.9-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 23.27%
GREEN value IS 85 (33.59% from 255) = 53.46%
BLUE value IS 37 (14.84% from 255) = 23.27%
R=23.27%
G=53.46%
B=23.27%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3785370.5600.560.6712039.3423.92
Hex2555253803843782718
Octal4512545700701031704730
Binary100101101010110010111100001110001000011111100010011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #255525

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #255525; }

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

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

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

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

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

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

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

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