#324741

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

Shades of Te Papa Green #324741

Tints of Te Papa Green #324741

Color information

#324741 (or 0x324741) is unknown color: approx Te Papa Green. HEX triplet: 32, 47 and 41. RGB value is (50,71,65). Sum of RGB (Red+Green+Blue) = 50+71+65=186 (24% of max value = 765). Red value is 50 (19.92% from 255 or 26.88% from 186); Green value is 71 (28.12% from 255 or 38.17% from 186); Blue value is 65 (25.78% from 255 or 34.95% from 186); Max value from RGB is 71 - color contains mainly: green. Hex color #324741 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #324741 is #CDB8BE. Grayscale: #404040. Windows color (decimal): -13482175 or 4278066. OLE color: 4278066.

HSL color Cylindrical-coordinate representation of color #324741: hue angle of 162.86º degrees, saturation: 0.17, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #324741 is Cyan = 0.30, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.72.

Color convert

RGB507165-
CMYK0.3000.080.72
HSL162.86º17.36%23.73%-
HSV(B)162.86º29.58%27.84%-
XYZ4.525.575.84-
YUV64.04128.54117.99-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 26.88%
GREEN value IS 71 (28.12% from 255) = 38.17%
BLUE value IS 65 (25.78% from 255) = 34.95%
R=26.88%
G=38.17%
B=34.95%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5071650.3000.080.72162.8617.3623.73
Hex3247411E0848a31118
Octal62107101360101102432130
Binary1100101000111100000111110010001001000101000111000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #324741

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #324741; }

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

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

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

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

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

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

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

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