#334940

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

Shades of Te Papa Green #334940

Tints of Te Papa Green #334940

Color information

#334940 (or 0x334940) is unknown color: approx Te Papa Green. HEX triplet: 33, 49 and 40. RGB value is (51,73,64). Sum of RGB (Red+Green+Blue) = 51+73+64=188 (24% of max value = 765). Red value is 51 (20.31% from 255 or 27.13% from 188); Green value is 73 (28.91% from 255 or 38.83% from 188); Blue value is 64 (25.39% from 255 or 34.04% from 188); Max value from RGB is 73 - color contains mainly: green. Hex color #334940 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #334940 is #CCB6BF. Grayscale: #414141. Windows color (decimal): -13416128 or 4213043. OLE color: 4213043.

HSL color Cylindrical-coordinate representation of color #334940: hue angle of 155.45º 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 #334940 is Cyan = 0.30, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.71.

Color convert

RGB517364-
CMYK0.3000.120.71
HSL155.45º17.74%24.31%-
HSV(B)155.45º30.14%28.63%-
XYZ4.675.845.73-
YUV65.4127.21117.73-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 27.13%
GREEN value IS 73 (28.91% from 255) = 38.83%
BLUE value IS 64 (25.39% from 255) = 34.04%
R=27.13%
G=38.83%
B=34.04%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5173640.3000.120.71155.4517.7424.31
Hex3349401E0C479b1218
Octal63111100360141072332230
Binary1100111001001100000011110011001000111100110111001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #334940

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #334940; }

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

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

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

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

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

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

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

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