Html Css Color HEX #324A3F Te Papa Green

📋 copy color: '#324A3F'

red 50 ◦ green 74 ◦ blue 63

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

Shades of Te Papa Green #324A3F

Tints of Te Papa Green #324A3F

RGB

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

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

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

R = 26.74%
G = 39.57%
B = 33.69%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.15

 K value IS 0.71

RGB Variations

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

Color information

#324A3F (or 0x324A3F) is known color: Te Papa Green. HEX triplet: 32, 4A and 3F. RGB value is (50,74,63). Sum of RGB (Red+Green+Blue) = 50+74+63=187 (24% of max value = 765). Red value is 50 (19.92% from 255 or 26.74% from 187); Green value is 74 (29.30% from 255 or 39.57% from 187); Blue value is 63 (25% from 255 or 33.69% from 187); Max value from RGB is 74 - color contains mainly: green. Hex color #324A3F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #324A3F is #CDB5C0. Grayscale: #414141. Windows color (decimal): -13481409 or 4147762. OLE color: 4147762.

HSL color Cylindrical-coordinate representation of color #324A3F: hue angle of 152.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 #324A3F is Cyan = 0.32, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.71.

Color convert

RGB 50 74 63 -
CMYK 0.32 0 0.15 0.71
HSL 152.5º 0.19% 0.24% -
HSV(B) 152.5º 0.32% 0.29% -
XYZ 4.66 5.93 5.6 -
YUV 65.57 126.55 116.89 -
System Red Green Blue C M Y K H S L
Decimal 50 74 63 0.32 0 0.15 0.71 152.5 0.19 0.24
Hex 32 4A 3F 20 0 F 47 98 13 18
Octal 62 112 77 40 0 17 107 230 23 30
Binary 110010 1001010 111111 100000 0 1111 1000111 10011000 10011 11000

Color Harmonies of #324A3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #324A3F

Black with #324A3F

Text Example


Text Example

White with #324A3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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