#324A3E

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

Shades of Te Papa Green #324A3E

Tints of Te Papa Green #324A3E

Color information

#324A3E (or 0x324A3E) is unknown color: approx Te Papa Green. HEX triplet: 32, 4A and 3E. RGB value is (50,74,62). Sum of RGB (Red+Green+Blue) = 50+74+62=186 (24% of max value = 765). Red value is 50 (19.92% from 255 or 26.88% from 186); Green value is 74 (29.30% from 255 or 39.78% from 186); Blue value is 62 (24.61% from 255 or 33.33% from 186); Max value from RGB is 74 - color contains mainly: green. Hex color #324A3E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #324A3E is #CDB5C1. Grayscale: #414141. Windows color (decimal): -13481410 or 4082226. OLE color: 4082226.

HSL color Cylindrical-coordinate representation of color #324A3E: hue angle of 150º 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 #324A3E is Cyan = 0.32, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.71.

Color convert

RGB507462-
CMYK0.3200.160.71
HSL150º19.35%24.31%-
HSV(B)150º32.43%29.02%-
XYZ4.635.925.46-
YUV65.46126.05116.98-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 26.88%
GREEN value IS 74 (29.30% from 255) = 39.78%
BLUE value IS 62 (24.61% from 255) = 33.33%
R=26.88%
G=39.78%
B=33.33%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5074620.3200.160.7115019.3524.31
Hex324A3E2001047961318
Octal6211276400201072262330
Binary11001010010101111101000000100001000111100101101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #324A3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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