Html Css Color HEX #324F43 Te Papa Green

📋 copy color: '#324F43'

red 50 ◦ green 79 ◦ blue 67

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

Shades of Te Papa Green #324F43

Tints of Te Papa Green #324F43

RGB

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

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

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

R = 25.51%
G = 40.31%
B = 34.18%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.15

 K value IS 0.69

RGB Variations

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

Color information

#324F43 (or 0x324F43) is known color: Te Papa Green. HEX triplet: 32, 4F and 43. RGB value is (50,79,67). Sum of RGB (Red+Green+Blue) = 50+79+67=196 (25% of max value = 765). Red value is 50 (19.92% from 255 or 25.51% from 196); Green value is 79 (31.25% from 255 or 40.31% from 196); Blue value is 67 (26.56% from 255 or 34.18% from 196); Max value from RGB is 79 - color contains mainly: green. Hex color #324F43 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #324F43 is #CDB0BC. Grayscale: #444444. Windows color (decimal): -13480125 or 4411186. OLE color: 4411186.

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

Color convert

RGB 50 79 67 -
CMYK 0.37 0 0.15 0.69
HSL 155.17º 0.22% 0.25% -
HSV(B) 155.17º 0.37% 0.31% -
XYZ 5.12 6.68 6.33 -
YUV 68.96 126.89 114.48 -
System Red Green Blue C M Y K H S L
Decimal 50 79 67 0.37 0 0.15 0.69 155.17 0.22 0.25
Hex 32 4F 43 25 0 F 45 9B 16 19
Octal 62 117 103 45 0 17 105 233 26 31
Binary 110010 1001111 1000011 100101 0 1111 1000101 10011011 10110 11001

Color Harmonies of #324F43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #324F43

Black with #324F43

Text Example


Text Example

White with #324F43

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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