#344840

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

Shades of Te Papa Green #344840

Tints of Te Papa Green #344840

Color information

#344840 (or 0x344840) is unknown color: approx Te Papa Green. HEX triplet: 34, 48 and 40. RGB value is (52,72,64). Sum of RGB (Red+Green+Blue) = 52+72+64=188 (24% of max value = 765). Red value is 52 (20.70% from 255 or 27.66% from 188); Green value is 72 (28.52% from 255 or 38.30% from 188); Blue value is 64 (25.39% from 255 or 34.04% from 188); Max value from RGB is 72 - color contains mainly: green. Hex color #344840 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #344840 is #CBB7BF. Grayscale: #414141. Windows color (decimal): -13350848 or 4212788. OLE color: 4212788.

HSL color Cylindrical-coordinate representation of color #344840: hue angle of 156º degrees, saturation: 0.16, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #344840 is Cyan = 0.28, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.72.

Color convert

RGB527264-
CMYK0.2800.110.72
HSL156º16.13%24.31%-
HSV(B)156º27.78%28.24%-
XYZ4.665.735.71-
YUV65.11127.37118.65-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 27.66%
GREEN value IS 72 (28.52% from 255) = 38.30%
BLUE value IS 64 (25.39% from 255) = 34.04%
R=27.66%
G=38.30%
B=34.04%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5272640.2800.110.7215616.1324.31
Hex3448401C0B489c1018
Octal64110100340131102342030
Binary1101001001000100000011100010111001000100111001000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #344840

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #344840; }

 p { color: rgb(52,72,64); }

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

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

 a { background-color: rgb(52,72,64); }

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

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

 span { border-color: rgb(52,72,64); }

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