#325346

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

Shades of Te Papa Green #325346

Tints of Te Papa Green #325346

Color information

#325346 (or 0x325346) is unknown color: approx Te Papa Green. HEX triplet: 32, 53 and 46. RGB value is (50,83,70). Sum of RGB (Red+Green+Blue) = 50+83+70=203 (26% of max value = 765). Red value is 50 (19.92% from 255 or 24.63% from 203); Green value is 83 (32.81% from 255 or 40.89% from 203); Blue value is 70 (27.73% from 255 or 34.48% from 203); Max value from RGB is 83 - color contains mainly: green. Hex color #325346 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #325346 is #CDACB9. Grayscale: #474747. Windows color (decimal): -13479098 or 4608818. OLE color: 4608818.

HSL color Cylindrical-coordinate representation of color #325346: hue angle of 156.36º degrees, saturation: 0.25, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #325346 is Cyan = 0.40, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.67.

Color convert

RGB508370-
CMYK0.4000.160.67
HSL156.36º24.81%26.08%-
HSV(B)156.36º39.76%32.55%-
XYZ5.517.316.91-
YUV71.65127.07112.56-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 24.63%
GREEN value IS 83 (32.81% from 255) = 40.89%
BLUE value IS 70 (27.73% from 255) = 34.48%
R=24.63%
G=40.89%
B=34.48%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5083700.4000.160.67156.3624.8126.08
Hex32534628010439c191a
Octal62123106500201032343132
Binary110010101001110001101010000100001000011100111001100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #325346

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #325346; }

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

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

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

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

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

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

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

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