#334B42

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

Shades of Te Papa Green #334B42

Tints of Te Papa Green #334B42

Color information

#334B42 (or 0x334B42) is unknown color: approx Te Papa Green. HEX triplet: 33, 4B and 42. RGB value is (51,75,66). Sum of RGB (Red+Green+Blue) = 51+75+66=192 (25% of max value = 765). Red value is 51 (20.31% from 255 or 26.56% from 192); Green value is 75 (29.69% from 255 or 39.06% from 192); Blue value is 66 (26.17% from 255 or 34.38% from 192); Max value from RGB is 75 - color contains mainly: green. Hex color #334B42 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #334B42 is #CCB4BD. Grayscale: #424242. Windows color (decimal): -13415614 or 4344627. OLE color: 4344627.

HSL color Cylindrical-coordinate representation of color #334B42: hue angle of 157.5º degrees, saturation: 0.19, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #334B42 is Cyan = 0.32, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.71.

Color convert

RGB517566-
CMYK0.3200.120.71
HSL157.5º19.05%24.71%-
HSV(B)157.5º32%29.41%-
XYZ4.866.136.08-
YUV66.8127.55116.73-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 26.56%
GREEN value IS 75 (29.69% from 255) = 39.06%
BLUE value IS 66 (26.17% from 255) = 34.38%
R=26.56%
G=39.06%
B=34.38%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5175660.3200.120.71157.519.0524.71
Hex334B42200C479e1319
Octal63113102400141072362331
Binary11001110010111000010100000011001000111100111101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #334B42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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