Html Css Color HEX #325445 Te Papa Green

📋 copy color: '#325445'

red 50 ◦ green 84 ◦ blue 69

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

Shades of Te Papa Green #325445

Tints of Te Papa Green #325445

RGB

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

 GREEN value IS 84 (33.2% from 255) = 41.38%

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

R = 24.63%
G = 41.38%
B = 33.99%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.18

 K value IS 0.67

RGB Variations

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

Color information

#325445 (or 0x325445) is known color: Te Papa Green. HEX triplet: 32, 54 and 45. RGB value is (50,84,69). Sum of RGB (Red+Green+Blue) = 50+84+69=203 (26% of max value = 765). Red value is 50 (19.92% from 255 or 24.63% from 203); Green value is 84 (33.20% from 255 or 41.38% from 203); Blue value is 69 (27.34% from 255 or 33.99% from 203); Max value from RGB is 84 - color contains mainly: green. Hex color #325445 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #325445 is #CDABBA. Grayscale: #484848. Windows color (decimal): -13478843 or 4543538. OLE color: 4543538.

HSL color Cylindrical-coordinate representation of color #325445: hue angle of 153.53º degrees, saturation: 0.25, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #325445 is Cyan = 0.40, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.67.

Color convert

RGB 50 84 69 -
CMYK 0.40 0 0.18 0.67
HSL 153.53º 0.25% 0.26% -
HSV(B) 153.53º 0.4% 0.33% -
XYZ 5.56 7.45 6.77 -
YUV 72.12 126.24 112.22 -
System Red Green Blue C M Y K H S L
Decimal 50 84 69 0.40 0 0.18 0.67 153.53 0.25 0.26
Hex 32 54 45 28 0 12 43 9A 19 1A
Octal 62 124 105 50 0 22 103 232 31 32
Binary 110010 1010100 1000101 101000 0 10010 1000011 10011010 11001 11010

Color Harmonies of #325445

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325445

Black with #325445

Text Example


Text Example

White with #325445

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #325445; }

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

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

background-color css

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

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

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

border-color css

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

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

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