Html Css Color HEX #324C40 Te Papa Green

📋 copy color: '#324C40'

red 50 ◦ green 76 ◦ blue 64

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

Shades of Te Papa Green #324C40

Tints of Te Papa Green #324C40

RGB

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

 GREEN value IS 76 (30.08% from 255) = 40%

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

R = 26.32%
G = 40%
B = 33.68%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.16

 K value IS 0.70

RGB Variations

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

Color information

#324C40 (or 0x324C40) is known color: Te Papa Green. HEX triplet: 32, 4C and 40. RGB value is (50,76,64). Sum of RGB (Red+Green+Blue) = 50+76+64=190 (25% of max value = 765). Red value is 50 (19.92% from 255 or 26.32% from 190); Green value is 76 (30.08% from 255 or 40% from 190); Blue value is 64 (25.39% from 255 or 33.68% from 190); Max value from RGB is 76 - color contains mainly: green. Hex color #324C40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #324C40 is #CDB3BF. Grayscale: #424242. Windows color (decimal): -13480896 or 4213810. OLE color: 4213810.

HSL color Cylindrical-coordinate representation of color #324C40: hue angle of 152.31º degrees, saturation: 0.21, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #324C40 is Cyan = 0.34, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.70.

Color convert

RGB 50 76 64 -
CMYK 0.34 0 0.16 0.70
HSL 152.31º 0.21% 0.25% -
HSV(B) 152.31º 0.34% 0.3% -
XYZ 4.83 6.22 5.8 -
YUV 66.86 126.39 115.98 -
System Red Green Blue C M Y K H S L
Decimal 50 76 64 0.34 0 0.16 0.70 152.31 0.21 0.25
Hex 32 4C 40 22 0 10 46 98 15 19
Octal 62 114 100 42 0 20 106 230 25 31
Binary 110010 1001100 1000000 100010 0 10000 1000110 10011000 10101 11001

Color Harmonies of #324C40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #324C40

Black with #324C40

Text Example


Text Example

White with #324C40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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