#344F45

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

Shades of Te Papa Green #344F45

Tints of Te Papa Green #344F45

Color information

#344F45 (or 0x344F45) is unknown color: approx Te Papa Green. HEX triplet: 34, 4F and 45. RGB value is (52,79,69). Sum of RGB (Red+Green+Blue) = 52+79+69=200 (26% of max value = 765). Red value is 52 (20.70% from 255 or 26% from 200); Green value is 79 (31.25% from 255 or 39.5% from 200); Blue value is 69 (27.34% from 255 or 34.5% from 200); Max value from RGB is 79 - color contains mainly: green. Hex color #344F45 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #344F45 is #CBB0BA. Grayscale: #454545. Windows color (decimal): -13349051 or 4542260. OLE color: 4542260.

HSL color Cylindrical-coordinate representation of color #344F45: hue angle of 157.78º degrees, saturation: 0.21, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #344F45 is Cyan = 0.34, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.69.

Color convert

RGB527969-
CMYK0.3400.130.69
HSL157.78º20.61%25.69%-
HSV(B)157.78º34.18%30.98%-
XYZ5.296.756.65-
YUV69.79127.55115.31-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 26%
GREEN value IS 79 (31.25% from 255) = 39.5%
BLUE value IS 69 (27.34% from 255) = 34.5%
R=26%
G=39.5%
B=34.5%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5279690.3400.130.69157.7820.6125.69
Hex344F45220D459e151a
Octal64117105420151052362532
Binary11010010011111000101100010011011000101100111101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #344F45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #344F45; }

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

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

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

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

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

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

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

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