#344540

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

Shades of Te Papa Green #344540

Tints of Te Papa Green #344540

Color information

#344540 (or 0x344540) is unknown color: approx Te Papa Green. HEX triplet: 34, 45 and 40. RGB value is (52,69,64). Sum of RGB (Red+Green+Blue) = 52+69+64=185 (24% of max value = 765). Red value is 52 (20.70% from 255 or 28.11% from 185); Green value is 69 (27.34% from 255 or 37.30% from 185); Blue value is 64 (25.39% from 255 or 34.59% from 185); Max value from RGB is 69 - color contains mainly: green. Hex color #344540 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #344540 is #CBBABF. Grayscale: #3F3F3F. Windows color (decimal): -13351616 or 4212020. OLE color: 4212020.

HSL color Cylindrical-coordinate representation of color #344540: hue angle of 162.35º degrees, saturation: 0.14, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #344540 is Cyan = 0.25, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.73.

Color convert

RGB526964-
CMYK0.2500.070.73
HSL162.35º14.05%23.73%-
HSV(B)162.35º24.64%27.06%-
XYZ4.475.365.65-
YUV63.35128.37119.91-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 28.11%
GREEN value IS 69 (27.34% from 255) = 37.30%
BLUE value IS 64 (25.39% from 255) = 34.59%
R=28.11%
G=37.30%
B=34.59%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5269640.2500.070.73162.3514.0523.73
Hex344540190749a2e18
Octal6410510031071112421630
Binary11010010001011000000110010111100100110100010111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #344540

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #344540; }

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

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

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

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

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

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

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

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