Html Css Color HEX #324841 Te Papa Green

📋 copy color: '#324841'

red 50 ◦ green 72 ◦ blue 65

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

Shades of Te Papa Green #324841

Tints of Te Papa Green #324841

RGB

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

 GREEN value IS 72 (28.52% from 255) = 38.5%

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

R = 26.74%
G = 38.5%
B = 34.76%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.10

 K value IS 0.72

RGB Variations

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

Color information

#324841 (or 0x324841) is known color: Te Papa Green. HEX triplet: 32, 48 and 41. RGB value is (50,72,65). Sum of RGB (Red+Green+Blue) = 50+72+65=187 (24% of max value = 765). Red value is 50 (19.92% from 255 or 26.74% from 187); Green value is 72 (28.52% from 255 or 38.50% from 187); Blue value is 65 (25.78% from 255 or 34.76% from 187); Max value from RGB is 72 - color contains mainly: green. Hex color #324841 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #324841 is #CDB7BE. Grayscale: #404040. Windows color (decimal): -13481919 or 4278322. OLE color: 4278322.

HSL color Cylindrical-coordinate representation of color #324841: hue angle of 160.91º degrees, saturation: 0.18, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #324841 is Cyan = 0.31, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.72.

Color convert

RGB 50 72 65 -
CMYK 0.31 0 0.10 0.72
HSL 160.91º 0.18% 0.24% -
HSV(B) 160.91º 0.31% 0.28% -
XYZ 4.59 5.69 5.86 -
YUV 64.62 128.21 117.57 -
System Red Green Blue C M Y K H S L
Decimal 50 72 65 0.31 0 0.10 0.72 160.91 0.18 0.24
Hex 32 48 41 1F 0 A 48 A1 12 18
Octal 62 110 101 37 0 12 110 241 22 30
Binary 110010 1001000 1000001 11111 0 1010 1001000 10100001 10010 11000

Color Harmonies of #324841

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #324841

Black with #324841

Text Example


Text Example

White with #324841

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #324841; }

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

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

background-color css

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

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

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

border-color css

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

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

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