#345147

Color #345147 Te Papa Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Te Papa Green #345147

Tints of Te Papa Green #345147

Color information

#345147 (or 0x345147) is unknown color: approx Te Papa Green. HEX triplet: 34, 51 and 47. RGB value is (52,81,71). Sum of RGB (Red+Green+Blue) = 52+81+71=204 (27% of max value = 765). Red value is 52 (20.70% from 255 or 25.49% from 204); Green value is 81 (32.03% from 255 or 39.71% from 204); Blue value is 71 (28.12% from 255 or 34.80% from 204); Max value from RGB is 81 - color contains mainly: green. Hex color #345147 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #345147 is #CBAEB8. Grayscale: #474747. Windows color (decimal): -13348537 or 4673844. OLE color: 4673844.

HSL color Cylindrical-coordinate representation of color #345147: hue angle of 159.31º degrees, saturation: 0.22, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #345147 is Cyan = 0.36, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.68.

Color convert

RGB528171-
CMYK0.3600.120.68
HSL159.31º21.8%26.08%-
HSV(B)159.31º35.8%31.76%-
XYZ5.57.077.04-
YUV71.19127.89114.31-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 25.49%
GREEN value IS 81 (32.03% from 255) = 39.71%
BLUE value IS 71 (28.12% from 255) = 34.80%
R=25.49%
G=39.71%
B=34.80%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal5281710.3600.120.68159.3121.826.08
Hex345147240C449f161a
Octal64121107440141042372632
Binary11010010100011000111100100011001000100100111111011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #345147

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #345147; }

 p { color: rgb(52,81,71); }

 H1.HeaderClassName
 {
   color: #345147;
 }
 .AnyTagClassName
 {
   color: #345147;
 }
</style>
background-color css

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

 a { background-color: rgb(52,81,71); }

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

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

 span { border-color: rgb(52,81,71); }

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