#334C41

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

Shades of Te Papa Green #334C41

Tints of Te Papa Green #334C41

Color information

#334C41 (or 0x334C41) is unknown color: approx Te Papa Green. HEX triplet: 33, 4C and 41. RGB value is (51,76,65). Sum of RGB (Red+Green+Blue) = 51+76+65=192 (25% of max value = 765). Red value is 51 (20.31% from 255 or 26.56% from 192); Green value is 76 (30.08% from 255 or 39.58% from 192); Blue value is 65 (25.78% from 255 or 33.85% from 192); Max value from RGB is 76 - color contains mainly: green. Hex color #334C41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #334C41 is #CCB3BE. Grayscale: #434343. Windows color (decimal): -13415359 or 4279347. OLE color: 4279347.

HSL color Cylindrical-coordinate representation of color #334C41: hue angle of 153.6º degrees, saturation: 0.2, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #334C41 is Cyan = 0.33, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.70.

Color convert

RGB517665-
CMYK0.3300.140.70
HSL153.6º19.69%24.9%-
HSV(B)153.6º32.89%29.8%-
XYZ4.96.255.95-
YUV67.27126.72116.39-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 26.56%
GREEN value IS 76 (30.08% from 255) = 39.58%
BLUE value IS 65 (25.78% from 255) = 33.85%
R=26.56%
G=39.58%
B=33.85%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal5176650.3300.140.70153.619.6924.9
Hex334C41210E469a1419
Octal63114101410161062322431
Binary11001110011001000001100001011101000110100110101010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #334C41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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