#334D41

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

Shades of Te Papa Green #334D41

Tints of Te Papa Green #334D41

Color information

#334D41 (or 0x334D41) is unknown color: approx Te Papa Green. HEX triplet: 33, 4D and 41. RGB value is (51,77,65). Sum of RGB (Red+Green+Blue) = 51+77+65=193 (25% of max value = 765). Red value is 51 (20.31% from 255 or 26.42% from 193); Green value is 77 (30.47% from 255 or 39.90% from 193); Blue value is 65 (25.78% from 255 or 33.68% from 193); Max value from RGB is 77 - color contains mainly: green. Hex color #334D41 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #334D41 is #CCB2BE. Grayscale: #434343. Windows color (decimal): -13415103 or 4279603. OLE color: 4279603.

HSL color Cylindrical-coordinate representation of color #334D41: hue angle of 152.31º degrees, saturation: 0.2, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #334D41 is Cyan = 0.34, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.70.

Color convert

RGB517765-
CMYK0.3400.160.70
HSL152.31º20.31%25.1%-
HSV(B)152.31º33.77%30.2%-
XYZ4.976.395.97-
YUV67.86126.39115.98-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 26.42%
GREEN value IS 77 (30.47% from 255) = 39.90%
BLUE value IS 65 (25.78% from 255) = 33.68%
R=26.42%
G=39.90%
B=33.68%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal5177650.3400.160.70152.3120.3125.1
Hex334D412201046981419
Octal63115101420201062302431
Binary110011100110110000011000100100001000110100110001010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #334D41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,77,65); }

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

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

 a { background-color: rgb(51,77,65); }

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

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

 span { border-color: rgb(51,77,65); }

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