#344942

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

Shades of Te Papa Green #344942

Tints of Te Papa Green #344942

Color information

#344942 (or 0x344942) is unknown color: approx Te Papa Green. HEX triplet: 34, 49 and 42. RGB value is (52,73,66). Sum of RGB (Red+Green+Blue) = 52+73+66=191 (25% of max value = 765). Red value is 52 (20.70% from 255 or 27.23% from 191); Green value is 73 (28.91% from 255 or 38.22% from 191); Blue value is 66 (26.17% from 255 or 34.55% from 191); Max value from RGB is 73 - color contains mainly: green. Hex color #344942 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #344942 is #CBB6BD. Grayscale: #414141. Windows color (decimal): -13350590 or 4344116. OLE color: 4344116.

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

Color convert

RGB527366-
CMYK0.2900.100.71
HSL160º16.8%24.51%-
HSV(B)160º28.77%28.63%-
XYZ4.785.896.04-
YUV65.92128.04118.07-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 27.23%
GREEN value IS 73 (28.91% from 255) = 38.22%
BLUE value IS 66 (26.17% from 255) = 34.55%
R=27.23%
G=38.22%
B=34.55%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5273660.2900.100.7116016.824.51
Hex3449421D0A47a01119
Octal64111102350121072402131
Binary1101001001001100001011101010101000111101000001000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #344942

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #344942; }

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

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

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

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

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

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

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

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