#295525

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

Shades of Myrtle #295525

Tints of Myrtle #295525

Color information

#295525 (or 0x295525) is unknown color: approx Myrtle. HEX triplet: 29, 55 and 25. RGB value is (41,85,37). Sum of RGB (Red+Green+Blue) = 41+85+37=163 (21% of max value = 765). Red value is 41 (16.41% from 255 or 25.15% from 163); Green value is 85 (33.59% from 255 or 52.15% from 163); Blue value is 37 (14.84% from 255 or 22.70% from 163); Max value from RGB is 85 - color contains mainly: green. Hex color #295525 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #295525 is #D6AADA. Grayscale: #424242. Windows color (decimal): -14068443 or 2446633. OLE color: 2446633.

HSL color Cylindrical-coordinate representation of color #295525: hue angle of 115º 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 #295525 is Cyan = 0.52, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.67.

Color convert

RGB418537-
CMYK0.5200.560.67
HSL115º39.34%23.92%-
HSV(B)115º56.47%33.33%-
XYZ4.57.12.88-
YUV66.37111.42109.9-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 25.15%
GREEN value IS 85 (33.59% from 255) = 52.15%
BLUE value IS 37 (14.84% from 255) = 22.70%
R=25.15%
G=52.15%
B=22.70%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4185370.5200.560.6711539.3423.92
Hex2955253403843732718
Octal5112545640701031634730
Binary101001101010110010111010001110001000011111001110011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #295525

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #295525; }

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

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

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

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

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

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

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

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