#344740

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

Shades of Te Papa Green #344740

Tints of Te Papa Green #344740

Color information

#344740 (or 0x344740) is unknown color: approx Te Papa Green. HEX triplet: 34, 47 and 40. RGB value is (52,71,64). Sum of RGB (Red+Green+Blue) = 52+71+64=187 (24% of max value = 765). Red value is 52 (20.70% from 255 or 27.81% from 187); Green value is 71 (28.12% from 255 or 37.97% from 187); Blue value is 64 (25.39% from 255 or 34.22% from 187); Max value from RGB is 71 - color contains mainly: green. Hex color #344740 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #344740 is #CBB8BF. Grayscale: #404040. Windows color (decimal): -13351104 or 4212532. OLE color: 4212532.

HSL color Cylindrical-coordinate representation of color #344740: hue angle of 157.89º degrees, saturation: 0.15, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #344740 is Cyan = 0.27, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.72.

Color convert

RGB527164-
CMYK0.2700.100.72
HSL157.89º15.45%24.12%-
HSV(B)157.89º26.76%27.84%-
XYZ4.595.615.69-
YUV64.52127.71119.07-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 27.81%
GREEN value IS 71 (28.12% from 255) = 37.97%
BLUE value IS 64 (25.39% from 255) = 34.22%
R=27.81%
G=37.97%
B=34.22%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5271640.2700.100.72157.8915.4524.12
Hex3447401B0A489ef18
Octal64107100330121102361730
Binary110100100011110000001101101010100100010011110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #344740

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #344740; }

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

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

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

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

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

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

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

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