#334E46

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

Shades of Te Papa Green #334E46

Tints of Te Papa Green #334E46

Color information

#334E46 (or 0x334E46) is unknown color: approx Te Papa Green. HEX triplet: 33, 4E and 46. RGB value is (51,78,70). Sum of RGB (Red+Green+Blue) = 51+78+70=199 (26% of max value = 765). Red value is 51 (20.31% from 255 or 25.63% from 199); Green value is 78 (30.86% from 255 or 39.20% from 199); Blue value is 70 (27.73% from 255 or 35.18% from 199); Max value from RGB is 78 - color contains mainly: green. Hex color #334E46 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #334E46 is #CCB1B9. Grayscale: #454545. Windows color (decimal): -13414842 or 4607539. OLE color: 4607539.

HSL color Cylindrical-coordinate representation of color #334E46: hue angle of 162.22º degrees, saturation: 0.21, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #334E46 is Cyan = 0.35, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.69.

Color convert

RGB517870-
CMYK0.3500.100.69
HSL162.22º20.93%25.29%-
HSV(B)162.22º34.62%30.59%-
XYZ5.26.596.79-
YUV69.02128.55115.15-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 25.63%
GREEN value IS 78 (30.86% from 255) = 39.20%
BLUE value IS 70 (27.73% from 255) = 35.18%
R=25.63%
G=39.20%
B=35.18%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5178700.3500.100.69162.2220.9325.29
Hex334E46230A45a21519
Octal63116106430121052422531
Binary11001110011101000110100011010101000101101000101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #334E46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #334E46; }

 p { color: rgb(51,78,70); }

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

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

 a { background-color: rgb(51,78,70); }

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

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

 span { border-color: rgb(51,78,70); }

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