#325245

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

Shades of Te Papa Green #325245

Tints of Te Papa Green #325245

Color information

#325245 (or 0x325245) is unknown color: approx Te Papa Green. HEX triplet: 32, 52 and 45. RGB value is (50,82,69). Sum of RGB (Red+Green+Blue) = 50+82+69=201 (26% of max value = 765). Red value is 50 (19.92% from 255 or 24.88% from 201); Green value is 82 (32.42% from 255 or 40.80% from 201); Blue value is 69 (27.34% from 255 or 34.33% from 201); Max value from RGB is 82 - color contains mainly: green. Hex color #325245 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #325245 is #CDADBA. Grayscale: #464646. Windows color (decimal): -13479355 or 4543026. OLE color: 4543026.

HSL color Cylindrical-coordinate representation of color #325245: hue angle of 155.62º 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 #325245 is Cyan = 0.39, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.68.

Color convert

RGB508269-
CMYK0.3900.160.68
HSL155.62º24.24%25.88%-
HSV(B)155.62º39.02%32.16%-
XYZ5.417.146.72-
YUV70.95126.9113.06-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 24.88%
GREEN value IS 82 (32.42% from 255) = 40.80%
BLUE value IS 69 (27.34% from 255) = 34.33%
R=24.88%
G=40.80%
B=34.33%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal5082690.3900.160.68155.6224.2425.88
Hex32524527010449c181a
Octal62122105470201042343032
Binary110010101001010001011001110100001000100100111001100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #325245

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #325245; }

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

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

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

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

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

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

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

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