Html Css Color HEX #325142 Te Papa Green

📋 copy color: '#325142'

red 50 ◦ green 81 ◦ blue 66

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

Shades of Te Papa Green #325142

Tints of Te Papa Green #325142

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 33.5%

R = 25.38%
G = 41.12%
B = 33.5%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.19

 K value IS 0.68

RGB Variations

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

Color information

#325142 (or 0x325142) is known color: Te Papa Green. HEX triplet: 32, 51 and 42. RGB value is (50,81,66). Sum of RGB (Red+Green+Blue) = 50+81+66=197 (26% of max value = 765). Red value is 50 (19.92% from 255 or 25.38% from 197); Green value is 81 (32.03% from 255 or 41.12% from 197); Blue value is 66 (26.17% from 255 or 33.50% from 197); Max value from RGB is 81 - color contains mainly: green. Hex color #325142 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #325142 is #CDAEBD. Grayscale: #464646. Windows color (decimal): -13479614 or 4346162. OLE color: 4346162.

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

Color convert

RGB 50 81 66 -
CMYK 0.38 0 0.19 0.68
HSL 150.97º 0.24% 0.26% -
HSV(B) 150.97º 0.38% 0.32% -
XYZ 5.24 6.96 6.22 -
YUV 70.02 125.73 113.72 -
System Red Green Blue C M Y K H S L
Decimal 50 81 66 0.38 0 0.19 0.68 150.97 0.24 0.26
Hex 32 51 42 26 0 13 44 97 18 1A
Octal 62 121 102 46 0 23 104 227 30 32
Binary 110010 1010001 1000010 100110 0 10011 1000100 10010111 11000 11010

Color Harmonies of #325142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325142

Black with #325142

Text Example


Text Example

White with #325142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #325142; }

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

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

background-color css

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

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

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

border-color css

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

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

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