Html Css Color HEX #324A43 Te Papa Green

📋 copy color: '#324A43'

red 50 ◦ green 74 ◦ blue 67

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

Shades of Te Papa Green #324A43

Tints of Te Papa Green #324A43

RGB

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

 GREEN value IS 74 (29.3% from 255) = 38.74%

 BLUE value IS 67 (26.56% from 255) = 35.08%

R = 26.18%
G = 38.74%
B = 35.08%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.09

 K value IS 0.71

RGB Variations

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

Color information

#324A43 (or 0x324A43) is known color: Te Papa Green. HEX triplet: 32, 4A and 43. RGB value is (50,74,67). Sum of RGB (Red+Green+Blue) = 50+74+67=191 (25% of max value = 765). Red value is 50 (19.92% from 255 or 26.18% from 191); Green value is 74 (29.30% from 255 or 38.74% from 191); Blue value is 67 (26.56% from 255 or 35.08% from 191); Max value from RGB is 74 - color contains mainly: green. Hex color #324A43 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #324A43 is #CDB5BC. Grayscale: #424242. Windows color (decimal): -13481405 or 4409906. OLE color: 4409906.

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

Color convert

RGB 50 74 67 -
CMYK 0.32 0 0.09 0.71
HSL 162.5º 0.19% 0.24% -
HSV(B) 162.5º 0.32% 0.29% -
XYZ 4.78 5.98 6.21 -
YUV 66.03 128.55 116.57 -
System Red Green Blue C M Y K H S L
Decimal 50 74 67 0.32 0 0.09 0.71 162.5 0.19 0.24
Hex 32 4A 43 20 0 9 47 A2 13 18
Octal 62 112 103 40 0 11 107 242 23 30
Binary 110010 1001010 1000011 100000 0 1001 1000111 10100010 10011 11000

Color Harmonies of #324A43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #324A43

Black with #324A43

Text Example


Text Example

White with #324A43

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,74,67); }

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

background-color css

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

 a { background-color: rgb(50,74,67); }

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

border-color css

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

 span { border-color: rgb(50,74,67); }

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