#334F42

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

Shades of Te Papa Green #334F42

Tints of Te Papa Green #334F42

Color information

#334F42 (or 0x334F42) is unknown color: approx Te Papa Green. HEX triplet: 33, 4F and 42. RGB value is (51,79,66). Sum of RGB (Red+Green+Blue) = 51+79+66=196 (25% of max value = 765). Red value is 51 (20.31% from 255 or 26.02% from 196); Green value is 79 (31.25% from 255 or 40.31% from 196); Blue value is 66 (26.17% from 255 or 33.67% from 196); Max value from RGB is 79 - color contains mainly: green. Hex color #334F42 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #334F42 is #CCB0BD. Grayscale: #454545. Windows color (decimal): -13414590 or 4345651. OLE color: 4345651.

HSL color Cylindrical-coordinate representation of color #334F42: hue angle of 152.14º degrees, saturation: 0.22, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #334F42 is Cyan = 0.35, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.69.

Color convert

RGB517966-
CMYK0.3500.160.69
HSL152.14º21.54%25.49%-
HSV(B)152.14º35.44%30.98%-
XYZ5.146.696.17-
YUV69.15126.22115.06-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 26.02%
GREEN value IS 79 (31.25% from 255) = 40.31%
BLUE value IS 66 (26.17% from 255) = 33.67%
R=26.02%
G=40.31%
B=33.67%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5179660.3500.160.69152.1421.5425.49
Hex334F422301045981619
Octal63117102430201052302631
Binary110011100111110000101000110100001000101100110001011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #334F42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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