#344C41

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

Shades of Te Papa Green #344C41

Tints of Te Papa Green #344C41

Color information

#344C41 (or 0x344C41) is unknown color: approx Te Papa Green. HEX triplet: 34, 4C and 41. RGB value is (52,76,65). Sum of RGB (Red+Green+Blue) = 52+76+65=193 (25% of max value = 765). Red value is 52 (20.70% from 255 or 26.94% from 193); Green value is 76 (30.08% from 255 or 39.38% from 193); Blue value is 65 (25.78% from 255 or 33.68% from 193); Max value from RGB is 76 - color contains mainly: green. Hex color #344C41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #344C41 is #CBB3BE. Grayscale: #434343. Windows color (decimal): -13349823 or 4279348. OLE color: 4279348.

HSL color Cylindrical-coordinate representation of color #344C41: hue angle of 152.5º degrees, saturation: 0.19, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #344C41 is Cyan = 0.32, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.70.

Color convert

RGB527665-
CMYK0.3200.140.70
HSL152.5º18.75%25.1%-
HSV(B)152.5º31.58%29.8%-
XYZ4.956.285.95-
YUV67.57126.55116.89-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 26.94%
GREEN value IS 76 (30.08% from 255) = 39.38%
BLUE value IS 65 (25.78% from 255) = 33.68%
R=26.94%
G=39.38%
B=33.68%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal5276650.3200.140.70152.518.7525.1
Hex344C41200E46981319
Octal64114101400161062302331
Binary11010010011001000001100000011101000110100110001001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #344C41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,76,65); }

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

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

 a { background-color: rgb(52,76,65); }

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

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

 span { border-color: rgb(52,76,65); }

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