#324E41

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

Shades of Te Papa Green #324E41

Tints of Te Papa Green #324E41

Color information

#324E41 (or 0x324E41) is unknown color: approx Te Papa Green. HEX triplet: 32, 4E and 41. RGB value is (50,78,65). Sum of RGB (Red+Green+Blue) = 50+78+65=193 (25% of max value = 765). Red value is 50 (19.92% from 255 or 25.91% from 193); Green value is 78 (30.86% from 255 or 40.41% from 193); Blue value is 65 (25.78% from 255 or 33.68% from 193); Max value from RGB is 78 - color contains mainly: green. Hex color #324E41 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #324E41 is #CDB1BE. Grayscale: #444444. Windows color (decimal): -13480383 or 4279858. OLE color: 4279858.

HSL color Cylindrical-coordinate representation of color #324E41: hue angle of 152.14º degrees, saturation: 0.22, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #324E41 is Cyan = 0.36, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.69.

Color convert

RGB507865-
CMYK0.3600.170.69
HSL152.14º21.88%25.1%-
HSV(B)152.14º35.9%30.59%-
XYZ4.996.515.99-
YUV68.15126.22115.06-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 25.91%
GREEN value IS 78 (30.86% from 255) = 40.41%
BLUE value IS 65 (25.78% from 255) = 33.68%
R=25.91%
G=40.41%
B=33.68%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5078650.3600.170.69152.1421.8825.1
Hex324E412401145981619
Octal62116101440211052302631
Binary110010100111010000011001000100011000101100110001011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #324E41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,78,65); }

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

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

 a { background-color: rgb(50,78,65); }

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

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

 span { border-color: rgb(50,78,65); }

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