#325148

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

Shades of Te Papa Green #325148

Tints of Te Papa Green #325148

Color information

#325148 (or 0x325148) is unknown color: approx Te Papa Green. HEX triplet: 32, 51 and 48. RGB value is (50,81,72). Sum of RGB (Red+Green+Blue) = 50+81+72=203 (26% of max value = 765). Red value is 50 (19.92% from 255 or 24.63% from 203); Green value is 81 (32.03% from 255 or 39.90% from 203); Blue value is 72 (28.52% from 255 or 35.47% from 203); Max value from RGB is 81 - color contains mainly: green. Hex color #325148 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #325148 is #CDAEB7. Grayscale: #464646. Windows color (decimal): -13479608 or 4739378. OLE color: 4739378.

HSL color Cylindrical-coordinate representation of color #325148: hue angle of 162.58º degrees, saturation: 0.24, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #325148 is Cyan = 0.38, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.68.

Color convert

RGB508172-
CMYK0.3800.110.68
HSL162.58º23.66%25.69%-
HSV(B)162.58º38.27%31.76%-
XYZ5.437.037.2-
YUV70.7128.73113.23-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 24.63%
GREEN value IS 81 (32.03% from 255) = 39.90%
BLUE value IS 72 (28.52% from 255) = 35.47%
R=24.63%
G=39.90%
B=35.47%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal5081720.3800.110.68162.5823.6625.69
Hex325148260B44a3181a
Octal62121110460131042433032
Binary11001010100011001000100110010111000100101000111100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #325148

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #325148; }

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

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

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

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

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

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

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

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