Html Css Color HEX #324940 Te Papa Green

📋 copy color: '#324940'

red 50 ◦ green 73 ◦ blue 64

#324940
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Te Papa Green #324940

Tints of Te Papa Green #324940

RGB

 RED value IS 50 (19.92% from 255) = 26.74%

 GREEN value IS 73 (28.91% from 255) = 39.04%

 BLUE value IS 64 (25.39% from 255) = 34.22%

R = 26.74%
G = 39.04%
B = 34.22%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.12

 K value IS 0.71

RGB Variations

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

Color information

#324940 (or 0x324940) is known color: Te Papa Green. HEX triplet: 32, 49 and 40. RGB value is (50,73,64). Sum of RGB (Red+Green+Blue) = 50+73+64=187 (24% of max value = 765). Red value is 50 (19.92% from 255 or 26.74% from 187); Green value is 73 (28.91% from 255 or 39.04% from 187); Blue value is 64 (25.39% from 255 or 34.22% from 187); Max value from RGB is 73 - color contains mainly: green. Hex color #324940 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #324940 is #CDB6BF. Grayscale: #414141. Windows color (decimal): -13481664 or 4213042. OLE color: 4213042.

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

Color convert

RGB 50 73 64 -
CMYK 0.32 0 0.12 0.71
HSL 156.52º 0.19% 0.24% -
HSV(B) 156.52º 0.32% 0.29% -
XYZ 4.62 5.81 5.73 -
YUV 65.1 127.38 117.23 -
System Red Green Blue C M Y K H S L
Decimal 50 73 64 0.32 0 0.12 0.71 156.52 0.19 0.24
Hex 32 49 40 20 0 C 47 9D 13 18
Octal 62 111 100 40 0 14 107 235 23 30
Binary 110010 1001001 1000000 100000 0 1100 1000111 10011101 10011 11000

Color Harmonies of #324940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #324940

Black with #324940

Text Example


Text Example

White with #324940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #324940; }

 p { color: rgb(50,73,64); }

 H1.HeaderClassName
 {
   color: #324940;
 }
 .AnyTagClassName
 {
   color: #324940;
 }
</style>

background-color css

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

 a { background-color: rgb(50,73,64); }

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

border-color css

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

 span { border-color: rgb(50,73,64); }

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