Html Css Color HEX #324B44 Te Papa Green

📋 copy color: '#324B44'

red 50 ◦ green 75 ◦ blue 68

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

Shades of Te Papa Green #324B44

Tints of Te Papa Green #324B44

RGB

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

 GREEN value IS 75 (29.69% from 255) = 38.86%

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

R = 25.91%
G = 38.86%
B = 35.23%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.09

 K value IS 0.71

RGB Variations

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

Color information

#324B44 (or 0x324B44) is known color: Te Papa Green. HEX triplet: 32, 4B and 44. RGB value is (50,75,68). Sum of RGB (Red+Green+Blue) = 50+75+68=193 (25% of max value = 765). Red value is 50 (19.92% from 255 or 25.91% from 193); Green value is 75 (29.69% from 255 or 38.86% from 193); Blue value is 68 (26.95% from 255 or 35.23% from 193); Max value from RGB is 75 - color contains mainly: green. Hex color #324B44 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #324B44 is #CDB4BB. Grayscale: #424242. Windows color (decimal): -13481148 or 4475698. OLE color: 4475698.

HSL color Cylindrical-coordinate representation of color #324B44: hue angle of 163.2º degrees, saturation: 0.2, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #324B44 is Cyan = 0.33, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.71.

Color convert

RGB 50 75 68 -
CMYK 0.33 0 0.09 0.71
HSL 163.2º 0.2% 0.25% -
HSV(B) 163.2º 0.33% 0.29% -
XYZ 4.87 6.13 6.39 -
YUV 66.73 128.72 116.07 -
System Red Green Blue C M Y K H S L
Decimal 50 75 68 0.33 0 0.09 0.71 163.2 0.2 0.25
Hex 32 4B 44 21 0 9 47 A3 14 19
Octal 62 113 104 41 0 11 107 243 24 31
Binary 110010 1001011 1000100 100001 0 1001 1000111 10100011 10100 11001

Color Harmonies of #324B44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #324B44

Black with #324B44

Text Example


Text Example

White with #324B44

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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