#325344

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

Shades of Te Papa Green #325344

Tints of Te Papa Green #325344

Color information

#325344 (or 0x325344) is unknown color: approx Te Papa Green. HEX triplet: 32, 53 and 44. RGB value is (50,83,68). Sum of RGB (Red+Green+Blue) = 50+83+68=201 (26% of max value = 765). Red value is 50 (19.92% from 255 or 24.88% from 201); Green value is 83 (32.81% from 255 or 41.29% from 201); Blue value is 68 (26.95% from 255 or 33.83% from 201); Max value from RGB is 83 - color contains mainly: green. Hex color #325344 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #325344 is #CDACBB. Grayscale: #474747. Windows color (decimal): -13479100 or 4477746. OLE color: 4477746.

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

Color convert

RGB508368-
CMYK0.4000.180.67
HSL152.73º24.81%26.08%-
HSV(B)152.73º39.76%32.55%-
XYZ5.457.286.59-
YUV71.42126.07112.72-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 24.88%
GREEN value IS 83 (32.81% from 255) = 41.29%
BLUE value IS 68 (26.95% from 255) = 33.83%
R=24.88%
G=41.29%
B=33.83%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5083680.4000.180.67152.7324.8126.08
Hex325344280124399191a
Octal62123104500221032313132
Binary110010101001110001001010000100101000011100110011100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #325344

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #325344; }

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

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

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

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

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

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

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

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