Html Css Color HEX #324741 Te Papa Green

📋 copy color: '#324741'

red 50 ◦ green 71 ◦ blue 65

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

Shades of Te Papa Green #324741

Tints of Te Papa Green #324741

RGB

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

 GREEN value IS 71 (28.13% from 255) = 38.17%

 BLUE value IS 65 (25.78% from 255) = 34.95%

R = 26.88%
G = 38.17%
B = 34.95%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.08

 K value IS 0.72

RGB Variations

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

Color information

#324741 (or 0x324741) is known color: Te Papa Green. HEX triplet: 32, 47 and 41. RGB value is (50,71,65). Sum of RGB (Red+Green+Blue) = 50+71+65=186 (24% of max value = 765). Red value is 50 (19.92% from 255 or 26.88% from 186); Green value is 71 (28.12% from 255 or 38.17% from 186); Blue value is 65 (25.78% from 255 or 34.95% from 186); Max value from RGB is 71 - color contains mainly: green. Hex color #324741 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #324741 is #CDB8BE. Grayscale: #404040. Windows color (decimal): -13482175 or 4278066. OLE color: 4278066.

HSL color Cylindrical-coordinate representation of color #324741: hue angle of 162.86º degrees, saturation: 0.17, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #324741 is Cyan = 0.30, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.72.

Color convert

RGB 50 71 65 -
CMYK 0.30 0 0.08 0.72
HSL 162.86º 0.17% 0.24% -
HSV(B) 162.86º 0.3% 0.28% -
XYZ 4.52 5.57 5.84 -
YUV 64.04 128.54 117.99 -
System Red Green Blue C M Y K H S L
Decimal 50 71 65 0.30 0 0.08 0.72 162.86 0.17 0.24
Hex 32 47 41 1E 0 8 48 A3 11 18
Octal 62 107 101 36 0 10 110 243 21 30
Binary 110010 1000111 1000001 11110 0 1000 1001000 10100011 10001 11000

Color Harmonies of #324741

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #324741

Black with #324741

Text Example


Text Example

White with #324741

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #324741; }

 p { color: rgb(50,71,65); }

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

background-color css

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

 a { background-color: rgb(50,71,65); }

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

border-color css

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

 span { border-color: rgb(50,71,65); }

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