#295225

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

Shades of Myrtle #295225

Tints of Myrtle #295225

Color information

#295225 (or 0x295225) is unknown color: approx Myrtle. HEX triplet: 29, 52 and 25. RGB value is (41,82,37). Sum of RGB (Red+Green+Blue) = 41+82+37=160 (21% of max value = 765). Red value is 41 (16.41% from 255 or 25.62% from 160); Green value is 82 (32.42% from 255 or 51.25% from 160); Blue value is 37 (14.84% from 255 or 23.12% from 160); Max value from RGB is 82 - color contains mainly: green. Hex color #295225 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #295225 is #D6ADDA. Grayscale: #404040. Windows color (decimal): -14069211 or 2445865. OLE color: 2445865.

HSL color Cylindrical-coordinate representation of color #295225: hue angle of 114.67º degrees, saturation: 0.38, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #295225 is Cyan = 0.50, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.68.

Color convert

RGB418237-
CMYK0.5000.550.68
HSL114.67º37.82%23.33%-
HSV(B)114.67º54.88%32.16%-
XYZ4.276.642.81-
YUV64.61112.42111.16-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 25.62%
GREEN value IS 82 (32.42% from 255) = 51.25%
BLUE value IS 37 (14.84% from 255) = 23.12%
R=25.62%
G=51.25%
B=23.12%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal4182370.5000.550.68114.6737.8223.33
Hex2952253203744732617
Octal5112245620671041634627
Binary101001101001010010111001001101111000100111001110011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #295225

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #295225; }

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

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

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

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

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

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

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

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