#325249

Color #325249 Te Papa Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Te Papa Green #325249

Tints of Te Papa Green #325249

Color information

#325249 (or 0x325249) is unknown color: approx Te Papa Green. HEX triplet: 32, 52 and 49. RGB value is (50,82,73). Sum of RGB (Red+Green+Blue) = 50+82+73=205 (27% of max value = 765). Red value is 50 (19.92% from 255 or 24.39% from 205); Green value is 82 (32.42% from 255 or 40% from 205); Blue value is 73 (28.91% from 255 or 35.61% from 205); Max value from RGB is 82 - color contains mainly: green. Hex color #325249 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #325249 is #CDADB6. Grayscale: #474747. Windows color (decimal): -13479351 or 4805170. OLE color: 4805170.

HSL color Cylindrical-coordinate representation of color #325249: hue angle of 163.12º degrees, saturation: 0.24, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #325249 is Cyan = 0.39, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.68.

Color convert

RGB508273-
CMYK0.3900.110.68
HSL163.12º24.24%25.88%-
HSV(B)163.12º39.02%32.16%-
XYZ5.547.197.4-
YUV71.41128.9112.73-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 24.39%
GREEN value IS 82 (32.42% from 255) = 40%
BLUE value IS 73 (28.91% from 255) = 35.61%
R=24.39%
G=40%
B=35.61%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal5082730.3900.110.68163.1224.2425.88
Hex325249270B44a3181a
Octal62122111470131042433032
Binary11001010100101001001100111010111000100101000111100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #325249

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #325249; }

 p { color: rgb(50,82,73); }

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

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

 a { background-color: rgb(50,82,73); }

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

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

 span { border-color: rgb(50,82,73); }

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