#344B42

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

Shades of Te Papa Green #344B42

Tints of Te Papa Green #344B42

Color information

#344B42 (or 0x344B42) is unknown color: approx Te Papa Green. HEX triplet: 34, 4B and 42. RGB value is (52,75,66). Sum of RGB (Red+Green+Blue) = 52+75+66=193 (25% of max value = 765). Red value is 52 (20.70% from 255 or 26.94% from 193); Green value is 75 (29.69% from 255 or 38.86% from 193); Blue value is 66 (26.17% from 255 or 34.20% from 193); Max value from RGB is 75 - color contains mainly: green. Hex color #344B42 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #344B42 is #CBB4BD. Grayscale: #434343. Windows color (decimal): -13350078 or 4344628. OLE color: 4344628.

HSL color Cylindrical-coordinate representation of color #344B42: hue angle of 156.52º degrees, saturation: 0.18, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #344B42 is Cyan = 0.31, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.71.

Color convert

RGB527566-
CMYK0.3100.120.71
HSL156.52º18.11%24.9%-
HSV(B)156.52º30.67%29.41%-
XYZ4.926.166.08-
YUV67.1127.38117.23-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 26.94%
GREEN value IS 75 (29.69% from 255) = 38.86%
BLUE value IS 66 (26.17% from 255) = 34.20%
R=26.94%
G=38.86%
B=34.20%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5275660.3100.120.71156.5218.1124.9
Hex344B421F0C479d1219
Octal64113102370141072352231
Binary1101001001011100001011111011001000111100111011001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #344B42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,75,66); }

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

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

 a { background-color: rgb(52,75,66); }

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

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

 span { border-color: rgb(52,75,66); }

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