#325345

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

Shades of Te Papa Green #325345

Tints of Te Papa Green #325345

Color information

#325345 (or 0x325345) is unknown color: approx Te Papa Green. HEX triplet: 32, 53 and 45. RGB value is (50,83,69). Sum of RGB (Red+Green+Blue) = 50+83+69=202 (26% of max value = 765). Red value is 50 (19.92% from 255 or 24.75% from 202); Green value is 83 (32.81% from 255 or 41.09% from 202); Blue value is 69 (27.34% from 255 or 34.16% from 202); Max value from RGB is 83 - color contains mainly: green. Hex color #325345 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #325345 is #CDACBA. Grayscale: #474747. Windows color (decimal): -13479099 or 4543282. OLE color: 4543282.

HSL color Cylindrical-coordinate representation of color #325345: hue angle of 154.55º 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 #325345 is Cyan = 0.40, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.67.

Color convert

RGB508369-
CMYK0.4000.170.67
HSL154.55º24.81%26.08%-
HSV(B)154.55º39.76%32.55%-
XYZ5.487.296.75-
YUV71.54126.57112.64-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 24.75%
GREEN value IS 83 (32.81% from 255) = 41.09%
BLUE value IS 69 (27.34% from 255) = 34.16%
R=24.75%
G=41.09%
B=34.16%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5083690.4000.170.67154.5524.8126.08
Hex32534528011439b191a
Octal62123105500211032333132
Binary110010101001110001011010000100011000011100110111100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #325345

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #325345; }

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

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

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

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

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

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

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

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