Html Css Color HEX #325045 Te Papa Green

📋 copy color: '#325045'

red 50 ◦ green 80 ◦ blue 69

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

Shades of Te Papa Green #325045

Tints of Te Papa Green #325045

RGB

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

 GREEN value IS 80 (31.64% from 255) = 40.2%

 BLUE value IS 69 (27.34% from 255) = 34.67%

R = 25.13%
G = 40.2%
B = 34.67%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.14

 K value IS 0.69

RGB Variations

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

Color information

#325045 (or 0x325045) is known color: Te Papa Green. HEX triplet: 32, 50 and 45. RGB value is (50,80,69). Sum of RGB (Red+Green+Blue) = 50+80+69=199 (26% of max value = 765). Red value is 50 (19.92% from 255 or 25.13% from 199); Green value is 80 (31.64% from 255 or 40.20% from 199); Blue value is 69 (27.34% from 255 or 34.67% from 199); Max value from RGB is 80 - color contains mainly: green. Hex color #325045 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #325045 is #CDAFBA. Grayscale: #454545. Windows color (decimal): -13479867 or 4542514. OLE color: 4542514.

HSL color Cylindrical-coordinate representation of color #325045: hue angle of 158º degrees, saturation: 0.23, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #325045 is Cyan = 0.37, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.69.

Color convert

RGB 50 80 69 -
CMYK 0.37 0 0.14 0.69
HSL 158º 0.23% 0.25% -
HSV(B) 158º 0.38% 0.31% -
XYZ 5.26 6.85 6.67 -
YUV 69.78 127.56 113.89 -
System Red Green Blue C M Y K H S L
Decimal 50 80 69 0.37 0 0.14 0.69 158 0.23 0.25
Hex 32 50 45 25 0 E 45 9E 17 19
Octal 62 120 105 45 0 16 105 236 27 31
Binary 110010 1010000 1000101 100101 0 1110 1000101 10011110 10111 11001

Color Harmonies of #325045

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325045

Black with #325045

Text Example


Text Example

White with #325045

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #325045; }

 p { color: rgb(50,80,69); }

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

background-color css

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

 a { background-color: rgb(50,80,69); }

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

border-color css

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

 span { border-color: rgb(50,80,69); }

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