Html Css Color HEX #324C3F Te Papa Green

📋 copy color: '#324C3F'

red 50 ◦ green 76 ◦ blue 63

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

Shades of Te Papa Green #324C3F

Tints of Te Papa Green #324C3F

RGB

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

 GREEN value IS 76 (30.08% from 255) = 40.21%

 BLUE value IS 63 (25% from 255) = 33.33%

R = 26.46%
G = 40.21%
B = 33.33%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.17

 K value IS 0.70

RGB Variations

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

Color information

#324C3F (or 0x324C3F) is known color: Te Papa Green. HEX triplet: 32, 4C and 3F. RGB value is (50,76,63). Sum of RGB (Red+Green+Blue) = 50+76+63=189 (25% of max value = 765). Red value is 50 (19.92% from 255 or 26.46% from 189); Green value is 76 (30.08% from 255 or 40.21% from 189); Blue value is 63 (25% from 255 or 33.33% from 189); Max value from RGB is 76 - color contains mainly: green. Hex color #324C3F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #324C3F is #CDB3C0. Grayscale: #424242. Windows color (decimal): -13480897 or 4148274. OLE color: 4148274.

HSL color Cylindrical-coordinate representation of color #324C3F: hue angle of 150º degrees, saturation: 0.21, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #324C3F is Cyan = 0.34, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.70.

Color convert

RGB 50 76 63 -
CMYK 0.34 0 0.17 0.70
HSL 150º 0.21% 0.25% -
HSV(B) 150º 0.34% 0.3% -
XYZ 4.8 6.21 5.65 -
YUV 66.74 125.89 116.06 -
System Red Green Blue C M Y K H S L
Decimal 50 76 63 0.34 0 0.17 0.70 150 0.21 0.25
Hex 32 4C 3F 22 0 11 46 96 15 19
Octal 62 114 77 42 0 21 106 226 25 31
Binary 110010 1001100 111111 100010 0 10001 1000110 10010110 10101 11001

Color Harmonies of #324C3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #324C3F

Black with #324C3F

Text Example


Text Example

White with #324C3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,76,63); }

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

background-color css

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

 a { background-color: rgb(50,76,63); }

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

border-color css

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

 span { border-color: rgb(50,76,63); }

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