#334941

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

Shades of Te Papa Green #334941

Tints of Te Papa Green #334941

Color information

#334941 (or 0x334941) is unknown color: approx Te Papa Green. HEX triplet: 33, 49 and 41. RGB value is (51,73,65). Sum of RGB (Red+Green+Blue) = 51+73+65=189 (25% of max value = 765). Red value is 51 (20.31% from 255 or 26.98% from 189); Green value is 73 (28.91% from 255 or 38.62% from 189); Blue value is 65 (25.78% from 255 or 34.39% from 189); Max value from RGB is 73 - color contains mainly: green. Hex color #334941 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #334941 is #CCB6BE. Grayscale: #414141. Windows color (decimal): -13416127 or 4278579. OLE color: 4278579.

HSL color Cylindrical-coordinate representation of color #334941: hue angle of 158.18º degrees, saturation: 0.18, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #334941 is Cyan = 0.30, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.71.

Color convert

RGB517365-
CMYK0.3000.110.71
HSL158.18º17.74%24.31%-
HSV(B)158.18º30.14%28.63%-
XYZ4.75.855.88-
YUV65.51127.71117.65-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 26.98%
GREEN value IS 73 (28.91% from 255) = 38.62%
BLUE value IS 65 (25.78% from 255) = 34.39%
R=26.98%
G=38.62%
B=34.39%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5173650.3000.110.71158.1817.7424.31
Hex3349411E0B479e1218
Octal63111101360131072362230
Binary1100111001001100000111110010111000111100111101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #334941

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #334941; }

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

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

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

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

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

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

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

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