#324B42

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

Shades of Te Papa Green #324B42

Tints of Te Papa Green #324B42

Color information

#324B42 (or 0x324B42) is unknown color: approx Te Papa Green. HEX triplet: 32, 4B and 42. RGB value is (50,75,66). Sum of RGB (Red+Green+Blue) = 50+75+66=191 (25% of max value = 765). Red value is 50 (19.92% from 255 or 26.18% from 191); Green value is 75 (29.69% from 255 or 39.27% from 191); Blue value is 66 (26.17% from 255 or 34.55% from 191); Max value from RGB is 75 - color contains mainly: green. Hex color #324B42 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #324B42 is #CDB4BD. Grayscale: #424242. Windows color (decimal): -13481150 or 4344626. OLE color: 4344626.

HSL color Cylindrical-coordinate representation of color #324B42: hue angle of 158.4º degrees, saturation: 0.2, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #324B42 is Cyan = 0.33, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.71.

Color convert

RGB507566-
CMYK0.3300.120.71
HSL158.4º20%24.51%-
HSV(B)158.4º33.33%29.41%-
XYZ4.816.16.08-
YUV66.5127.72116.23-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 26.18%
GREEN value IS 75 (29.69% from 255) = 39.27%
BLUE value IS 66 (26.17% from 255) = 34.55%
R=26.18%
G=39.27%
B=34.55%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5075660.3300.120.71158.42024.51
Hex324B42210C479e1419
Octal62113102410141072362431
Binary11001010010111000010100001011001000111100111101010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #324B42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #324B42; }

 p { color: rgb(50,75,66); }

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

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

 a { background-color: rgb(50,75,66); }

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

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

 span { border-color: rgb(50,75,66); }

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