#325048

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

Shades of Te Papa Green #325048

Tints of Te Papa Green #325048

Color information

#325048 (or 0x325048) is unknown color: approx Te Papa Green. HEX triplet: 32, 50 and 48. RGB value is (50,80,72). Sum of RGB (Red+Green+Blue) = 50+80+72=202 (26% of max value = 765). Red value is 50 (19.92% from 255 or 24.75% from 202); Green value is 80 (31.64% from 255 or 39.60% from 202); Blue value is 72 (28.52% from 255 or 35.64% from 202); Max value from RGB is 80 - color contains mainly: green. Hex color #325048 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #325048 is #CDAFB7. Grayscale: #464646. Windows color (decimal): -13479864 or 4739122. OLE color: 4739122.

HSL color Cylindrical-coordinate representation of color #325048: hue angle of 164º 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 #325048 is Cyan = 0.37, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.69.

Color convert

RGB508072-
CMYK0.3700.100.69
HSL164º23.08%25.49%-
HSV(B)164º37.5%31.37%-
XYZ5.356.887.18-
YUV70.12129.06113.65-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 24.75%
GREEN value IS 80 (31.64% from 255) = 39.60%
BLUE value IS 72 (28.52% from 255) = 35.64%
R=24.75%
G=39.60%
B=35.64%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5080720.3700.100.6916423.0825.49
Hex325048250A45a41719
Octal62120110450121052442731
Binary11001010100001001000100101010101000101101001001011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #325048

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #325048; }

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

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

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

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

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

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

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

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