Html Css Color HEX #325144 Te Papa Green

📋 copy color: '#325144'

red 50 ◦ green 81 ◦ blue 68

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

Shades of Te Papa Green #325144

Tints of Te Papa Green #325144

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 34.17%

R = 25.13%
G = 40.7%
B = 34.17%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.16

 K value IS 0.68

RGB Variations

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

Color information

#325144 (or 0x325144) is known color: Te Papa Green. HEX triplet: 32, 51 and 44. RGB value is (50,81,68). Sum of RGB (Red+Green+Blue) = 50+81+68=199 (26% of max value = 765). Red value is 50 (19.92% from 255 or 25.13% from 199); Green value is 81 (32.03% from 255 or 40.70% from 199); Blue value is 68 (26.95% from 255 or 34.17% from 199); Max value from RGB is 81 - color contains mainly: green. Hex color #325144 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #325144 is #CDAEBB. Grayscale: #464646. Windows color (decimal): -13479612 or 4477234. OLE color: 4477234.

HSL color Cylindrical-coordinate representation of color #325144: hue angle of 154.84º 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 #325144 is Cyan = 0.38, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.68.

Color convert

RGB 50 81 68 -
CMYK 0.38 0 0.16 0.68
HSL 154.84º 0.24% 0.26% -
HSV(B) 154.84º 0.38% 0.32% -
XYZ 5.3 6.98 6.54 -
YUV 70.25 126.73 113.56 -
System Red Green Blue C M Y K H S L
Decimal 50 81 68 0.38 0 0.16 0.68 154.84 0.24 0.26
Hex 32 51 44 26 0 10 44 9B 18 1A
Octal 62 121 104 46 0 20 104 233 30 32
Binary 110010 1010001 1000100 100110 0 10000 1000100 10011011 11000 11010

Color Harmonies of #325144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325144

Black with #325144

Text Example


Text Example

White with #325144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #325144; }

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

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

background-color css

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

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

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

border-color css

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

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

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