Html Css Color HEX #324F44 Te Papa Green

📋 copy color: '#324F44'

red 50 ◦ green 79 ◦ blue 68

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

Shades of Te Papa Green #324F44

Tints of Te Papa Green #324F44

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 34.52%

R = 25.38%
G = 40.1%
B = 34.52%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.14

 K value IS 0.69

RGB Variations

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

Color information

#324F44 (or 0x324F44) is known color: Te Papa Green. HEX triplet: 32, 4F and 44. RGB value is (50,79,68). Sum of RGB (Red+Green+Blue) = 50+79+68=197 (26% of max value = 765). Red value is 50 (19.92% from 255 or 25.38% from 197); Green value is 79 (31.25% from 255 or 40.10% from 197); Blue value is 68 (26.95% from 255 or 34.52% from 197); Max value from RGB is 79 - color contains mainly: green. Hex color #324F44 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #324F44 is #CDB0BB. Grayscale: #454545. Windows color (decimal): -13480124 or 4476722. OLE color: 4476722.

HSL color Cylindrical-coordinate representation of color #324F44: hue angle of 157.24º 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 #324F44 is Cyan = 0.37, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.69.

Color convert

RGB 50 79 68 -
CMYK 0.37 0 0.14 0.69
HSL 157.24º 0.22% 0.25% -
HSV(B) 157.24º 0.37% 0.31% -
XYZ 5.15 6.69 6.49 -
YUV 69.08 127.39 114.39 -
System Red Green Blue C M Y K H S L
Decimal 50 79 68 0.37 0 0.14 0.69 157.24 0.22 0.25
Hex 32 4F 44 25 0 E 45 9D 16 19
Octal 62 117 104 45 0 16 105 235 26 31
Binary 110010 1001111 1000100 100101 0 1110 1000101 10011101 10110 11001

Color Harmonies of #324F44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #324F44

Black with #324F44

Text Example


Text Example

White with #324F44

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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