Html Css Color HEX #324F40 Te Papa Green

📋 copy color: '#324F40'

red 50 ◦ green 79 ◦ blue 64

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

Shades of Te Papa Green #324F40

Tints of Te Papa Green #324F40

RGB

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

 GREEN value IS 79 (31.25% from 255) = 40.93%

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

R = 25.91%
G = 40.93%
B = 33.16%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.19

 K value IS 0.69

RGB Variations

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

Color information

#324F40 (or 0x324F40) is known color: Te Papa Green. HEX triplet: 32, 4F and 40. RGB value is (50,79,64). Sum of RGB (Red+Green+Blue) = 50+79+64=193 (25% of max value = 765). Red value is 50 (19.92% from 255 or 25.91% from 193); Green value is 79 (31.25% from 255 or 40.93% from 193); Blue value is 64 (25.39% from 255 or 33.16% from 193); Max value from RGB is 79 - color contains mainly: green. Hex color #324F40 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #324F40 is #CDB0BF. Grayscale: #444444. Windows color (decimal): -13480128 or 4214578. OLE color: 4214578.

HSL color Cylindrical-coordinate representation of color #324F40: hue angle of 148.97º degrees, saturation: 0.22, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #324F40 is Cyan = 0.37, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.69.

Color convert

RGB 50 79 64 -
CMYK 0.37 0 0.19 0.69
HSL 148.97º 0.22% 0.25% -
HSV(B) 148.97º 0.37% 0.31% -
XYZ 5.04 6.64 5.87 -
YUV 68.62 125.39 114.72 -
System Red Green Blue C M Y K H S L
Decimal 50 79 64 0.37 0 0.19 0.69 148.97 0.22 0.25
Hex 32 4F 40 25 0 13 45 95 16 19
Octal 62 117 100 45 0 23 105 225 26 31
Binary 110010 1001111 1000000 100101 0 10011 1000101 10010101 10110 11001

Color Harmonies of #324F40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #324F40

Black with #324F40

Text Example


Text Example

White with #324F40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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