#325347

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

Shades of Te Papa Green #325347

Tints of Te Papa Green #325347

Color information

#325347 (or 0x325347) is unknown color: approx Te Papa Green. HEX triplet: 32, 53 and 47. RGB value is (50,83,71). Sum of RGB (Red+Green+Blue) = 50+83+71=204 (27% of max value = 765). Red value is 50 (19.92% from 255 or 24.51% from 204); Green value is 83 (32.81% from 255 or 40.69% from 204); Blue value is 71 (28.12% from 255 or 34.80% from 204); Max value from RGB is 83 - color contains mainly: green. Hex color #325347 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #325347 is #CDACB8. Grayscale: #474747. Windows color (decimal): -13479097 or 4674354. OLE color: 4674354.

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

Color convert

RGB508371-
CMYK0.4000.140.67
HSL158.18º24.81%26.08%-
HSV(B)158.18º39.76%32.55%-
XYZ5.557.327.08-
YUV71.76127.57112.48-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 24.51%
GREEN value IS 83 (32.81% from 255) = 40.69%
BLUE value IS 71 (28.12% from 255) = 34.80%
R=24.51%
G=40.69%
B=34.80%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5083710.4000.140.67158.1824.8126.08
Hex325347280E439e191a
Octal62123107500161032363132
Binary11001010100111000111101000011101000011100111101100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #325347

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #325347; }

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

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

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

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

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

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

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

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