Html Css Color HEX #324E41 Te Papa Green

📋 copy color: '#324E41'

red 50 ◦ green 78 ◦ blue 65

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

Shades of Te Papa Green #324E41

Tints of Te Papa Green #324E41

RGB

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

 GREEN value IS 78 (30.86% from 255) = 40.41%

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

R = 25.91%
G = 40.41%
B = 33.68%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.17

 K value IS 0.69

RGB Variations

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

Color information

#324E41 (or 0x324E41) is known color: Te Papa Green. HEX triplet: 32, 4E and 41. RGB value is (50,78,65). Sum of RGB (Red+Green+Blue) = 50+78+65=193 (25% of max value = 765). Red value is 50 (19.92% from 255 or 25.91% from 193); Green value is 78 (30.86% from 255 or 40.41% from 193); Blue value is 65 (25.78% from 255 or 33.68% from 193); Max value from RGB is 78 - color contains mainly: green. Hex color #324E41 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #324E41 is #CDB1BE. Grayscale: #444444. Windows color (decimal): -13480383 or 4279858. OLE color: 4279858.

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

Color convert

RGB 50 78 65 -
CMYK 0.36 0 0.17 0.69
HSL 152.14º 0.22% 0.25% -
HSV(B) 152.14º 0.36% 0.31% -
XYZ 4.99 6.51 5.99 -
YUV 68.15 126.22 115.06 -
System Red Green Blue C M Y K H S L
Decimal 50 78 65 0.36 0 0.17 0.69 152.14 0.22 0.25
Hex 32 4E 41 24 0 11 45 98 16 19
Octal 62 116 101 44 0 21 105 230 26 31
Binary 110010 1001110 1000001 100100 0 10001 1000101 10011000 10110 11001

Color Harmonies of #324E41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #324E41

Black with #324E41

Text Example


Text Example

White with #324E41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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