Html Css Color HEX #324942 Te Papa Green

📋 copy color: '#324942'

red 50 ◦ green 73 ◦ blue 66

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

Shades of Te Papa Green #324942

Tints of Te Papa Green #324942

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 34.92%

R = 26.46%
G = 38.62%
B = 34.92%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.10

 K value IS 0.71

RGB Variations

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

Color information

#324942 (or 0x324942) is known color: Te Papa Green. HEX triplet: 32, 49 and 42. RGB value is (50,73,66). Sum of RGB (Red+Green+Blue) = 50+73+66=189 (25% of max value = 765). Red value is 50 (19.92% from 255 or 26.46% from 189); Green value is 73 (28.91% from 255 or 38.62% from 189); Blue value is 66 (26.17% from 255 or 34.92% from 189); Max value from RGB is 73 - color contains mainly: green. Hex color #324942 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #324942 is #CDB6BD. Grayscale: #414141. Windows color (decimal): -13481662 or 4344114. OLE color: 4344114.

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

Color convert

RGB 50 73 66 -
CMYK 0.32 0 0.10 0.71
HSL 161.74º 0.19% 0.24% -
HSV(B) 161.74º 0.32% 0.29% -
XYZ 4.68 5.84 6.03 -
YUV 65.33 128.38 117.07 -
System Red Green Blue C M Y K H S L
Decimal 50 73 66 0.32 0 0.10 0.71 161.74 0.19 0.24
Hex 32 49 42 20 0 A 47 A2 13 18
Octal 62 111 102 40 0 12 107 242 23 30
Binary 110010 1001001 1000010 100000 0 1010 1000111 10100010 10011 11000

Color Harmonies of #324942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #324942

Black with #324942

Text Example


Text Example

White with #324942

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #324942; }

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

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

background-color css

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

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

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

border-color css

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

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

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