#344741

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

Shades of Te Papa Green #344741

Tints of Te Papa Green #344741

Color information

#344741 (or 0x344741) is unknown color: approx Te Papa Green. HEX triplet: 34, 47 and 41. RGB value is (52,71,65). Sum of RGB (Red+Green+Blue) = 52+71+65=188 (24% of max value = 765). Red value is 52 (20.70% from 255 or 27.66% from 188); Green value is 71 (28.12% from 255 or 37.77% from 188); Blue value is 65 (25.78% from 255 or 34.57% from 188); Max value from RGB is 71 - color contains mainly: green. Hex color #344741 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #344741 is #CBB8BE. Grayscale: #404040. Windows color (decimal): -13351103 or 4278068. OLE color: 4278068.

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

Color convert

RGB527165-
CMYK0.2700.080.72
HSL161.05º15.45%24.12%-
HSV(B)161.05º26.76%27.84%-
XYZ4.625.625.84-
YUV64.64128.21118.99-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 27.66%
GREEN value IS 71 (28.12% from 255) = 37.77%
BLUE value IS 65 (25.78% from 255) = 34.57%
R=27.66%
G=37.77%
B=34.57%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5271650.2700.080.72161.0515.4524.12
Hex3447411B0848a1f18
Octal64107101330101102411730
Binary110100100011110000011101101000100100010100001111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #344741

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #344741; }

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

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

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

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

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

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

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

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