#354C44

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

Shades of Te Papa Green #354C44

Tints of Te Papa Green #354C44

Color information

#354C44 (or 0x354C44) is unknown color: approx Te Papa Green. HEX triplet: 35, 4C and 44. RGB value is (53,76,68). Sum of RGB (Red+Green+Blue) = 53+76+68=197 (26% of max value = 765). Red value is 53 (21.09% from 255 or 26.90% from 197); Green value is 76 (30.08% from 255 or 38.58% from 197); Blue value is 68 (26.95% from 255 or 34.52% from 197); Max value from RGB is 76 - color contains mainly: green. Hex color #354C44 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #354C44 is #CAB3BB. Grayscale: #444444. Windows color (decimal): -13284284 or 4475957. OLE color: 4475957.

HSL color Cylindrical-coordinate representation of color #354C44: hue angle of 159.13º degrees, saturation: 0.18, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #354C44 is Cyan = 0.30, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.70.

Color convert

RGB537668-
CMYK0.3000.110.70
HSL159.13º17.83%25.29%-
HSV(B)159.13º30.26%29.8%-
XYZ5.16.346.42-
YUV68.21127.88117.15-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 26.90%
GREEN value IS 76 (30.08% from 255) = 38.58%
BLUE value IS 68 (26.95% from 255) = 34.52%
R=26.90%
G=38.58%
B=34.52%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal5376680.3000.110.70159.1317.8325.29
Hex354C441E0B469f1219
Octal65114104360131062372231
Binary1101011001100100010011110010111000110100111111001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #354C44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #354C44; }

 p { color: rgb(53,76,68); }

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

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

 a { background-color: rgb(53,76,68); }

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

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

 span { border-color: rgb(53,76,68); }

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