#325247

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

Shades of Te Papa Green #325247

Tints of Te Papa Green #325247

Color information

#325247 (or 0x325247) is unknown color: approx Te Papa Green. HEX triplet: 32, 52 and 47. RGB value is (50,82,71). Sum of RGB (Red+Green+Blue) = 50+82+71=203 (26% of max value = 765). Red value is 50 (19.92% from 255 or 24.63% from 203); Green value is 82 (32.42% from 255 or 40.39% from 203); Blue value is 71 (28.12% from 255 or 34.98% from 203); Max value from RGB is 82 - color contains mainly: green. Hex color #325247 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #325247 is #CDADB8. Grayscale: #474747. Windows color (decimal): -13479353 or 4674098. OLE color: 4674098.

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

Color convert

RGB508271-
CMYK0.3900.130.68
HSL159.38º24.24%25.88%-
HSV(B)159.38º39.02%32.16%-
XYZ5.477.177.06-
YUV71.18127.9112.89-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 24.63%
GREEN value IS 82 (32.42% from 255) = 40.39%
BLUE value IS 71 (28.12% from 255) = 34.98%
R=24.63%
G=40.39%
B=34.98%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal5082710.3900.130.68159.3824.2425.88
Hex325247270D449f181a
Octal62122107470151042373032
Binary11001010100101000111100111011011000100100111111100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #325247

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #325247; }

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

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

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

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

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

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

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

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