Html Css Color HEX #325345 Te Papa Green

📋 copy color: '#325345'

red 50 ◦ green 83 ◦ blue 69

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

Shades of Te Papa Green #325345

Tints of Te Papa Green #325345

RGB

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

 GREEN value IS 83 (32.81% from 255) = 41.09%

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

R = 24.75%
G = 41.09%
B = 34.16%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.17

 K value IS 0.67

RGB Variations

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

Color information

#325345 (or 0x325345) is known color: Te Papa Green. HEX triplet: 32, 53 and 45. RGB value is (50,83,69). Sum of RGB (Red+Green+Blue) = 50+83+69=202 (26% of max value = 765). Red value is 50 (19.92% from 255 or 24.75% from 202); Green value is 83 (32.81% from 255 or 41.09% from 202); Blue value is 69 (27.34% from 255 or 34.16% from 202); Max value from RGB is 83 - color contains mainly: green. Hex color #325345 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #325345 is #CDACBA. Grayscale: #474747. Windows color (decimal): -13479099 or 4543282. OLE color: 4543282.

HSL color Cylindrical-coordinate representation of color #325345: hue angle of 154.55º 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 #325345 is Cyan = 0.40, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.67.

Color convert

RGB 50 83 69 -
CMYK 0.40 0 0.17 0.67
HSL 154.55º 0.25% 0.26% -
HSV(B) 154.55º 0.4% 0.33% -
XYZ 5.48 7.29 6.75 -
YUV 71.54 126.57 112.64 -
System Red Green Blue C M Y K H S L
Decimal 50 83 69 0.40 0 0.17 0.67 154.55 0.25 0.26
Hex 32 53 45 28 0 11 43 9B 19 1A
Octal 62 123 105 50 0 21 103 233 31 32
Binary 110010 1010011 1000101 101000 0 10001 1000011 10011011 11001 11010

Color Harmonies of #325345

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325345

Black with #325345

Text Example


Text Example

White with #325345

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #325345; }

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

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

background-color css

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

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

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

border-color css

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

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

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