#334B41

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

Shades of Te Papa Green #334B41

Tints of Te Papa Green #334B41

Color information

#334B41 (or 0x334B41) is unknown color: approx Te Papa Green. HEX triplet: 33, 4B and 41. RGB value is (51,75,65). Sum of RGB (Red+Green+Blue) = 51+75+65=191 (25% of max value = 765). Red value is 51 (20.31% from 255 or 26.70% from 191); Green value is 75 (29.69% from 255 or 39.27% from 191); Blue value is 65 (25.78% from 255 or 34.03% from 191); Max value from RGB is 75 - color contains mainly: green. Hex color #334B41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #334B41 is #CCB4BE. Grayscale: #424242. Windows color (decimal): -13415615 or 4279091. OLE color: 4279091.

HSL color Cylindrical-coordinate representation of color #334B41: hue angle of 155º 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 #334B41 is Cyan = 0.32, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.71.

Color convert

RGB517565-
CMYK0.3200.130.71
HSL155º19.05%24.71%-
HSV(B)155º32%29.41%-
XYZ4.846.125.93-
YUV66.68127.05116.81-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 26.70%
GREEN value IS 75 (29.69% from 255) = 39.27%
BLUE value IS 65 (25.78% from 255) = 34.03%
R=26.70%
G=39.27%
B=34.03%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5175650.3200.130.7115519.0524.71
Hex334B41200D479b1319
Octal63113101400151072332331
Binary11001110010111000001100000011011000111100110111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #334B41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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