Html Css Color HEX #324A3E Te Papa Green

📋 copy color: '#324A3E'

red 50 ◦ green 74 ◦ blue 62

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

Shades of Te Papa Green #324A3E

Tints of Te Papa Green #324A3E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 33.33%

R = 26.88%
G = 39.78%
B = 33.33%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.16

 K value IS 0.71

RGB Variations

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

Color information

#324A3E (or 0x324A3E) is known color: Te Papa Green. HEX triplet: 32, 4A and 3E. RGB value is (50,74,62). Sum of RGB (Red+Green+Blue) = 50+74+62=186 (24% of max value = 765). Red value is 50 (19.92% from 255 or 26.88% from 186); Green value is 74 (29.30% from 255 or 39.78% from 186); Blue value is 62 (24.61% from 255 or 33.33% from 186); Max value from RGB is 74 - color contains mainly: green. Hex color #324A3E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #324A3E is #CDB5C1. Grayscale: #414141. Windows color (decimal): -13481410 or 4082226. OLE color: 4082226.

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

Color convert

RGB 50 74 62 -
CMYK 0.32 0 0.16 0.71
HSL 150º 0.19% 0.24% -
HSV(B) 150º 0.32% 0.29% -
XYZ 4.63 5.92 5.46 -
YUV 65.46 126.05 116.98 -
System Red Green Blue C M Y K H S L
Decimal 50 74 62 0.32 0 0.16 0.71 150 0.19 0.24
Hex 32 4A 3E 20 0 10 47 96 13 18
Octal 62 112 76 40 0 20 107 226 23 30
Binary 110010 1001010 111110 100000 0 10000 1000111 10010110 10011 11000

Color Harmonies of #324A3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #324A3E

Black with #324A3E

Text Example


Text Example

White with #324A3E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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