Html Css Color HEX #324840 Te Papa Green

📋 copy color: '#324840'

red 50 ◦ green 72 ◦ blue 64

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

Shades of Te Papa Green #324840

Tints of Te Papa Green #324840

RGB

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

 GREEN value IS 72 (28.52% from 255) = 38.71%

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

R = 26.88%
G = 38.71%
B = 34.41%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.11

 K value IS 0.72

RGB Variations

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

Color information

#324840 (or 0x324840) is known color: Te Papa Green. HEX triplet: 32, 48 and 40. RGB value is (50,72,64). Sum of RGB (Red+Green+Blue) = 50+72+64=186 (24% of max value = 765). Red value is 50 (19.92% from 255 or 26.88% from 186); Green value is 72 (28.52% from 255 or 38.71% from 186); Blue value is 64 (25.39% from 255 or 34.41% from 186); Max value from RGB is 72 - color contains mainly: green. Hex color #324840 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #324840 is #CDB7BF. Grayscale: #404040. Windows color (decimal): -13481920 or 4212786. OLE color: 4212786.

HSL color Cylindrical-coordinate representation of color #324840: hue angle of 158.18º degrees, saturation: 0.18, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #324840 is Cyan = 0.31, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.72.

Color convert

RGB 50 72 64 -
CMYK 0.31 0 0.11 0.72
HSL 158.18º 0.18% 0.24% -
HSV(B) 158.18º 0.31% 0.28% -
XYZ 4.56 5.68 5.71 -
YUV 64.51 127.71 117.65 -
System Red Green Blue C M Y K H S L
Decimal 50 72 64 0.31 0 0.11 0.72 158.18 0.18 0.24
Hex 32 48 40 1F 0 B 48 9E 12 18
Octal 62 110 100 37 0 13 110 236 22 30
Binary 110010 1001000 1000000 11111 0 1011 1001000 10011110 10010 11000

Color Harmonies of #324840

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #324840

Black with #324840

Text Example


Text Example

White with #324840

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #324840; }

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

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

background-color css

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

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

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

border-color css

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

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

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