#344E44

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

Shades of Te Papa Green #344E44

Tints of Te Papa Green #344E44

Color information

#344E44 (or 0x344E44) is unknown color: approx Te Papa Green. HEX triplet: 34, 4E and 44. RGB value is (52,78,68). Sum of RGB (Red+Green+Blue) = 52+78+68=198 (26% of max value = 765). Red value is 52 (20.70% from 255 or 26.26% from 198); Green value is 78 (30.86% from 255 or 39.39% from 198); Blue value is 68 (26.95% from 255 or 34.34% from 198); Max value from RGB is 78 - color contains mainly: green. Hex color #344E44 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #344E44 is #CBB1BB. Grayscale: #454545. Windows color (decimal): -13349308 or 4476468. OLE color: 4476468.

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

Color convert

RGB527868-
CMYK0.3300.130.69
HSL156.92º20%25.49%-
HSV(B)156.92º33.33%30.59%-
XYZ5.186.66.47-
YUV69.09127.39115.81-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 26.26%
GREEN value IS 78 (30.86% from 255) = 39.39%
BLUE value IS 68 (26.95% from 255) = 34.34%
R=26.26%
G=39.39%
B=34.34%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5278680.3300.130.69156.922025.49
Hex344E44210D459d1419
Octal64116104410151052352431
Binary11010010011101000100100001011011000101100111011010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #344E44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,78,68); }

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

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

 a { background-color: rgb(52,78,68); }

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

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

 span { border-color: rgb(52,78,68); }

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