#295325

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

Shades of Myrtle #295325

Tints of Myrtle #295325

Color information

#295325 (or 0x295325) is unknown color: approx Myrtle. HEX triplet: 29, 53 and 25. RGB value is (41,83,37). Sum of RGB (Red+Green+Blue) = 41+83+37=161 (21% of max value = 765). Red value is 41 (16.41% from 255 or 25.47% from 161); Green value is 83 (32.81% from 255 or 51.55% from 161); Blue value is 37 (14.84% from 255 or 22.98% from 161); Max value from RGB is 83 - color contains mainly: green. Hex color #295325 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #295325 is #D6ACDA. Grayscale: #414141. Windows color (decimal): -14068955 or 2446121. OLE color: 2446121.

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

Color convert

RGB418337-
CMYK0.5100.550.67
HSL114.78º38.33%23.53%-
HSV(B)114.78º55.42%32.55%-
XYZ4.346.792.83-
YUV65.2112.09110.74-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 25.47%
GREEN value IS 83 (32.81% from 255) = 51.55%
BLUE value IS 37 (14.84% from 255) = 22.98%
R=25.47%
G=51.55%
B=22.98%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4183370.5100.550.67114.7838.3323.53
Hex2953253303743732618
Octal5112345630671031634630
Binary101001101001110010111001101101111000011111001110011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #295325

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #295325; }

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

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

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

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

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

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

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

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