Html Css Color HEX #325149 Te Papa Green

📋 copy color: '#325149'

red 50 ◦ green 81 ◦ blue 73

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

Shades of Te Papa Green #325149

Tints of Te Papa Green #325149

RGB

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

 GREEN value IS 81 (32.03% from 255) = 39.71%

 BLUE value IS 73 (28.91% from 255) = 35.78%

R = 24.51%
G = 39.71%
B = 35.78%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.10

 K value IS 0.68

RGB Variations

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

Color information

#325149 (or 0x325149) is known color: Te Papa Green. HEX triplet: 32, 51 and 49. RGB value is (50,81,73). Sum of RGB (Red+Green+Blue) = 50+81+73=204 (27% of max value = 765). Red value is 50 (19.92% from 255 or 24.51% from 204); Green value is 81 (32.03% from 255 or 39.71% from 204); Blue value is 73 (28.91% from 255 or 35.78% from 204); Max value from RGB is 81 - color contains mainly: green. Hex color #325149 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #325149 is #CDAEB6. Grayscale: #464646. Windows color (decimal): -13479607 or 4804914. OLE color: 4804914.

HSL color Cylindrical-coordinate representation of color #325149: hue angle of 164.52º degrees, saturation: 0.24, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #325149 is Cyan = 0.38, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.68.

Color convert

RGB 50 81 73 -
CMYK 0.38 0 0.10 0.68
HSL 164.52º 0.24% 0.26% -
HSV(B) 164.52º 0.38% 0.32% -
XYZ 5.46 7.04 7.38 -
YUV 70.82 129.23 113.15 -
System Red Green Blue C M Y K H S L
Decimal 50 81 73 0.38 0 0.10 0.68 164.52 0.24 0.26
Hex 32 51 49 26 0 A 44 A5 18 1A
Octal 62 121 111 46 0 12 104 245 30 32
Binary 110010 1010001 1001001 100110 0 1010 1000100 10100101 11000 11010

Color Harmonies of #325149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325149

Black with #325149

Text Example


Text Example

White with #325149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #325149; }

 p { color: rgb(50,81,73); }

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

background-color css

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

 a { background-color: rgb(50,81,73); }

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

border-color css

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

 span { border-color: rgb(50,81,73); }

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