Html Css Color HEX #325347 Te Papa Green

📋 copy color: '#325347'

red 50 ◦ green 83 ◦ blue 71

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

Shades of Te Papa Green #325347

Tints of Te Papa Green #325347

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 34.8%

R = 24.51%
G = 40.69%
B = 34.8%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.14

 K value IS 0.67

RGB Variations

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

Color information

#325347 (or 0x325347) is known color: Te Papa Green. HEX triplet: 32, 53 and 47. RGB value is (50,83,71). Sum of RGB (Red+Green+Blue) = 50+83+71=204 (27% of max value = 765). Red value is 50 (19.92% from 255 or 24.51% from 204); Green value is 83 (32.81% from 255 or 40.69% from 204); Blue value is 71 (28.12% from 255 or 34.80% from 204); Max value from RGB is 83 - color contains mainly: green. Hex color #325347 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #325347 is #CDACB8. Grayscale: #474747. Windows color (decimal): -13479097 or 4674354. OLE color: 4674354.

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

Color convert

RGB 50 83 71 -
CMYK 0.40 0 0.14 0.67
HSL 158.18º 0.25% 0.26% -
HSV(B) 158.18º 0.4% 0.33% -
XYZ 5.55 7.32 7.08 -
YUV 71.77 127.57 112.48 -
System Red Green Blue C M Y K H S L
Decimal 50 83 71 0.40 0 0.14 0.67 158.18 0.25 0.26
Hex 32 53 47 28 0 E 43 9E 19 1A
Octal 62 123 107 50 0 16 103 236 31 32
Binary 110010 1010011 1000111 101000 0 1110 1000011 10011110 11001 11010

Color Harmonies of #325347

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325347

Black with #325347

Text Example


Text Example

White with #325347

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #325347; }

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

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

background-color css

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

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

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

border-color css

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

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

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