#325244

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

Shades of Te Papa Green #325244

Tints of Te Papa Green #325244

Color information

#325244 (or 0x325244) is unknown color: approx Te Papa Green. HEX triplet: 32, 52 and 44. RGB value is (50,82,68). Sum of RGB (Red+Green+Blue) = 50+82+68=200 (26% of max value = 765). Red value is 50 (19.92% from 255 or 25% from 200); Green value is 82 (32.42% from 255 or 41% from 200); Blue value is 68 (26.95% from 255 or 34% from 200); Max value from RGB is 82 - color contains mainly: green. Hex color #325244 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #325244 is #CDADBB. Grayscale: #464646. Windows color (decimal): -13479356 or 4477490. OLE color: 4477490.

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

Color convert

RGB508268-
CMYK0.3900.170.68
HSL153.75º24.24%25.88%-
HSV(B)153.75º39.02%32.16%-
XYZ5.387.136.56-
YUV70.84126.4113.14-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 25%
GREEN value IS 82 (32.42% from 255) = 41%
BLUE value IS 68 (26.95% from 255) = 34%
R=25%
G=41%
B=34%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal5082680.3900.170.68153.7524.2425.88
Hex32524427011449a181a
Octal62122104470211042323032
Binary110010101001010001001001110100011000100100110101100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #325244

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #325244; }

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

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

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

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

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

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

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

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