#334E40

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

Shades of Te Papa Green #334E40

Tints of Te Papa Green #334E40

Color information

#334E40 (or 0x334E40) is unknown color: approx Te Papa Green. HEX triplet: 33, 4E and 40. RGB value is (51,78,64). Sum of RGB (Red+Green+Blue) = 51+78+64=193 (25% of max value = 765). Red value is 51 (20.31% from 255 or 26.42% from 193); Green value is 78 (30.86% from 255 or 40.41% from 193); Blue value is 64 (25.39% from 255 or 33.16% from 193); Max value from RGB is 78 - color contains mainly: green. Hex color #334E40 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #334E40 is #CCB1BF. Grayscale: #444444. Windows color (decimal): -13414848 or 4214323. OLE color: 4214323.

HSL color Cylindrical-coordinate representation of color #334E40: hue angle of 148.89º 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 #334E40 is Cyan = 0.35, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.69.

Color convert

RGB517864-
CMYK0.3500.180.69
HSL148.89º20.93%25.29%-
HSV(B)148.89º34.62%30.59%-
XYZ5.026.525.85-
YUV68.33125.55115.64-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 26.42%
GREEN value IS 78 (30.86% from 255) = 40.41%
BLUE value IS 64 (25.39% from 255) = 33.16%
R=26.42%
G=40.41%
B=33.16%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5178640.3500.180.69148.8920.9325.29
Hex334E402301245951519
Octal63116100430221052252531
Binary110011100111010000001000110100101000101100101011010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #334E40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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