#325046

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

Shades of Te Papa Green #325046

Tints of Te Papa Green #325046

Color information

#325046 (or 0x325046) is unknown color: approx Te Papa Green. HEX triplet: 32, 50 and 46. RGB value is (50,80,70). Sum of RGB (Red+Green+Blue) = 50+80+70=200 (26% of max value = 765). Red value is 50 (19.92% from 255 or 25% from 200); Green value is 80 (31.64% from 255 or 40% from 200); Blue value is 70 (27.73% from 255 or 35% from 200); Max value from RGB is 80 - color contains mainly: green. Hex color #325046 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #325046 is #CDAFB9. Grayscale: #454545. Windows color (decimal): -13479866 or 4608050. OLE color: 4608050.

HSL color Cylindrical-coordinate representation of color #325046: hue angle of 160º degrees, saturation: 0.23, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #325046 is Cyan = 0.37, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.69.

Color convert

RGB508070-
CMYK0.3700.120.69
HSL160º23.08%25.49%-
HSV(B)160º37.5%31.37%-
XYZ5.296.866.84-
YUV69.89128.06113.81-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 25%
GREEN value IS 80 (31.64% from 255) = 40%
BLUE value IS 70 (27.73% from 255) = 35%
R=25%
G=40%
B=35%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5080700.3700.120.6916023.0825.49
Hex325046250C45a01719
Octal62120106450141052402731
Binary11001010100001000110100101011001000101101000001011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #325046

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #325046; }

 p { color: rgb(50,80,70); }

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

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

 a { background-color: rgb(50,80,70); }

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

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

 span { border-color: rgb(50,80,70); }

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