#325145

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

Shades of Te Papa Green #325145

Tints of Te Papa Green #325145

Color information

#325145 (or 0x325145) is unknown color: approx Te Papa Green. HEX triplet: 32, 51 and 45. RGB value is (50,81,69). Sum of RGB (Red+Green+Blue) = 50+81+69=200 (26% of max value = 765). Red value is 50 (19.92% from 255 or 25% from 200); Green value is 81 (32.03% from 255 or 40.5% from 200); Blue value is 69 (27.34% from 255 or 34.5% from 200); Max value from RGB is 81 - color contains mainly: green. Hex color #325145 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #325145 is #CDAEBA. Grayscale: #464646. Windows color (decimal): -13479611 or 4542770. OLE color: 4542770.

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

Color convert

RGB508169-
CMYK0.3800.150.68
HSL156.77º23.66%25.69%-
HSV(B)156.77º38.27%31.76%-
XYZ5.336.996.7-
YUV70.36127.23113.48-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 25%
GREEN value IS 81 (32.03% from 255) = 40.5%
BLUE value IS 69 (27.34% from 255) = 34.5%
R=25%
G=40.5%
B=34.5%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal5081690.3800.150.68156.7723.6625.69
Hex325145260F449d181a
Octal62121105460171042353032
Binary11001010100011000101100110011111000100100111011100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #325145

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #325145; }

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

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

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

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

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

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

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

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