#345145

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

Shades of Te Papa Green #345145

Tints of Te Papa Green #345145

Color information

#345145 (or 0x345145) is unknown color: approx Te Papa Green. HEX triplet: 34, 51 and 45. RGB value is (52,81,69). Sum of RGB (Red+Green+Blue) = 52+81+69=202 (26% of max value = 765). Red value is 52 (20.70% from 255 or 25.74% from 202); Green value is 81 (32.03% from 255 or 40.10% from 202); Blue value is 69 (27.34% from 255 or 34.16% from 202); Max value from RGB is 81 - color contains mainly: green. Hex color #345145 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #345145 is #CBAEBA. Grayscale: #464646. Windows color (decimal): -13348539 or 4542772. OLE color: 4542772.

HSL color Cylindrical-coordinate representation of color #345145: hue angle of 155.17º 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 #345145 is Cyan = 0.36, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.68.

Color convert

RGB528169-
CMYK0.3600.150.68
HSL155.17º21.8%26.08%-
HSV(B)155.17º35.8%31.76%-
XYZ5.437.046.7-
YUV70.96126.89114.48-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 25.74%
GREEN value IS 81 (32.03% from 255) = 40.10%
BLUE value IS 69 (27.34% from 255) = 34.16%
R=25.74%
G=40.10%
B=34.16%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal5281690.3600.150.68155.1721.826.08
Hex345145240F449b161a
Octal64121105440171042332632
Binary11010010100011000101100100011111000100100110111011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #345145

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #345145; }

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

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

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

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

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

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

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

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