#324A3F

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

Shades of Te Papa Green #324A3F

Tints of Te Papa Green #324A3F

Color information

#324A3F (or 0x324A3F) is unknown color: approx Te Papa Green. HEX triplet: 32, 4A and 3F. RGB value is (50,74,63). Sum of RGB (Red+Green+Blue) = 50+74+63=187 (24% of max value = 765). Red value is 50 (19.92% from 255 or 26.74% from 187); Green value is 74 (29.30% from 255 or 39.57% from 187); Blue value is 63 (25% from 255 or 33.69% from 187); Max value from RGB is 74 - color contains mainly: green. Hex color #324A3F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #324A3F is #CDB5C0. Grayscale: #414141. Windows color (decimal): -13481409 or 4147762. OLE color: 4147762.

HSL color Cylindrical-coordinate representation of color #324A3F: hue angle of 152.5º degrees, saturation: 0.19, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #324A3F is Cyan = 0.32, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.71.

Color convert

RGB507463-
CMYK0.3200.150.71
HSL152.5º19.35%24.31%-
HSV(B)152.5º32.43%29.02%-
XYZ4.665.935.6-
YUV65.57126.55116.89-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 26.74%
GREEN value IS 74 (29.30% from 255) = 39.57%
BLUE value IS 63 (25% from 255) = 33.69%
R=26.74%
G=39.57%
B=33.69%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5074630.3200.150.71152.519.3524.31
Hex324A3F200F47981318
Octal6211277400171072302330
Binary1100101001010111111100000011111000111100110001001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #324A3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,74,63); }

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

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

 a { background-color: rgb(50,74,63); }

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

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

 span { border-color: rgb(50,74,63); }

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