#334842

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

Shades of Te Papa Green #334842

Tints of Te Papa Green #334842

Color information

#334842 (or 0x334842) is unknown color: approx Te Papa Green. HEX triplet: 33, 48 and 42. RGB value is (51,72,66). Sum of RGB (Red+Green+Blue) = 51+72+66=189 (25% of max value = 765). Red value is 51 (20.31% from 255 or 26.98% from 189); Green value is 72 (28.52% from 255 or 38.10% from 189); Blue value is 66 (26.17% from 255 or 34.92% from 189); Max value from RGB is 72 - color contains mainly: green. Hex color #334842 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #334842 is #CCB7BD. Grayscale: #414141. Windows color (decimal): -13416382 or 4343859. OLE color: 4343859.

HSL color Cylindrical-coordinate representation of color #334842: hue angle of 162.86º 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 #334842 is Cyan = 0.29, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.72.

Color convert

RGB517266-
CMYK0.2900.080.72
HSL162.86º17.07%24.12%-
HSV(B)162.86º29.17%28.24%-
XYZ4.675.736.01-
YUV65.04128.54117.99-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 26.98%
GREEN value IS 72 (28.52% from 255) = 38.10%
BLUE value IS 66 (26.17% from 255) = 34.92%
R=26.98%
G=38.10%
B=34.92%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5172660.2900.080.72162.8617.0724.12
Hex3348421D0848a31118
Octal63110102350101102432130
Binary1100111001000100001011101010001001000101000111000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #334842

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #334842; }

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

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

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

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

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

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

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

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