Html Css Color HEX #324A41 Te Papa Green

📋 copy color: '#324A41'

red 50 ◦ green 74 ◦ blue 65

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

Shades of Te Papa Green #324A41

Tints of Te Papa Green #324A41

RGB

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

 GREEN value IS 74 (29.3% from 255) = 39.15%

 BLUE value IS 65 (25.78% from 255) = 34.39%

R = 26.46%
G = 39.15%
B = 34.39%

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

#324A41 (or 0x324A41) is known color: Te Papa Green. HEX triplet: 32, 4A and 41. RGB value is (50,74,65). Sum of RGB (Red+Green+Blue) = 50+74+65=189 (25% of max value = 765). Red value is 50 (19.92% from 255 or 26.46% from 189); Green value is 74 (29.30% from 255 or 39.15% from 189); Blue value is 65 (25.78% from 255 or 34.39% from 189); Max value from RGB is 74 - color contains mainly: green. Hex color #324A41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #324A41 is #CDB5BE. Grayscale: #414141. Windows color (decimal): -13481407 or 4278834. OLE color: 4278834.

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

Color convert

RGB 50 74 65 -
CMYK 0.32 0 0.12 0.71
HSL 157.5º 0.19% 0.24% -
HSV(B) 157.5º 0.32% 0.29% -
XYZ 4.72 5.96 5.9 -
YUV 65.8 127.55 116.73 -
System Red Green Blue C M Y K H S L
Decimal 50 74 65 0.32 0 0.12 0.71 157.5 0.19 0.24
Hex 32 4A 41 20 0 C 47 9E 13 18
Octal 62 112 101 40 0 14 107 236 23 30
Binary 110010 1001010 1000001 100000 0 1100 1000111 10011110 10011 11000

Color Harmonies of #324A41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #324A41

Black with #324A41

Text Example


Text Example

White with #324A41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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