#334840

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

Shades of Te Papa Green #334840

Tints of Te Papa Green #334840

Color information

#334840 (or 0x334840) is unknown color: approx Te Papa Green. HEX triplet: 33, 48 and 40. RGB value is (51,72,64). Sum of RGB (Red+Green+Blue) = 51+72+64=187 (24% of max value = 765). Red value is 51 (20.31% from 255 or 27.27% from 187); Green value is 72 (28.52% from 255 or 38.50% from 187); Blue value is 64 (25.39% from 255 or 34.22% from 187); Max value from RGB is 72 - color contains mainly: green. Hex color #334840 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #334840 is #CCB7BF. Grayscale: #404040. Windows color (decimal): -13416384 or 4212787. OLE color: 4212787.

HSL color Cylindrical-coordinate representation of color #334840: hue angle of 157.14º degrees, saturation: 0.17, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #334840 is Cyan = 0.29, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.72.

Color convert

RGB517264-
CMYK0.2900.110.72
HSL157.14º17.07%24.12%-
HSV(B)157.14º29.17%28.24%-
XYZ4.615.715.71-
YUV64.81127.54118.15-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 27.27%
GREEN value IS 72 (28.52% from 255) = 38.50%
BLUE value IS 64 (25.39% from 255) = 34.22%
R=27.27%
G=38.50%
B=34.22%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5172640.2900.110.72157.1417.0724.12
Hex3348401D0B489d1118
Octal63110100350131102352130
Binary1100111001000100000011101010111001000100111011000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #334840

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #334840; }

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

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

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

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

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

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

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

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