#344D45

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

Shades of Te Papa Green #344D45

Tints of Te Papa Green #344D45

Color information

#344D45 (or 0x344D45) is unknown color: approx Te Papa Green. HEX triplet: 34, 4D and 45. RGB value is (52,77,69). Sum of RGB (Red+Green+Blue) = 52+77+69=198 (26% of max value = 765). Red value is 52 (20.70% from 255 or 26.26% from 198); Green value is 77 (30.47% from 255 or 38.89% from 198); Blue value is 69 (27.34% from 255 or 34.85% from 198); Max value from RGB is 77 - color contains mainly: green. Hex color #344D45 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #344D45 is #CBB2BA. Grayscale: #444444. Windows color (decimal): -13349563 or 4541748. OLE color: 4541748.

HSL color Cylindrical-coordinate representation of color #344D45: hue angle of 160.8º degrees, saturation: 0.19, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #344D45 is Cyan = 0.32, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.70.

Color convert

RGB527769-
CMYK0.3200.100.70
HSL160.8º19.38%25.29%-
HSV(B)160.8º32.47%30.2%-
XYZ5.146.476.61-
YUV68.61128.22116.15-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 26.26%
GREEN value IS 77 (30.47% from 255) = 38.89%
BLUE value IS 69 (27.34% from 255) = 34.85%
R=26.26%
G=38.89%
B=34.85%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal5277690.3200.100.70160.819.3825.29
Hex344D45200A46a11319
Octal64115105400121062412331
Binary11010010011011000101100000010101000110101000011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #344D45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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