#354641

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

Shades of Te Papa Green #354641

Tints of Te Papa Green #354641

Color information

#354641 (or 0x354641) is unknown color: approx Te Papa Green. HEX triplet: 35, 46 and 41. RGB value is (53,70,65). Sum of RGB (Red+Green+Blue) = 53+70+65=188 (24% of max value = 765). Red value is 53 (21.09% from 255 or 28.19% from 188); Green value is 70 (27.73% from 255 or 37.23% from 188); Blue value is 65 (25.78% from 255 or 34.57% from 188); Max value from RGB is 70 - color contains mainly: green. Hex color #354641 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #354641 is #CAB9BE. Grayscale: #404040. Windows color (decimal): -13285823 or 4277813. OLE color: 4277813.

HSL color Cylindrical-coordinate representation of color #354641: hue angle of 162.35º degrees, saturation: 0.14, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #354641 is Cyan = 0.24, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.73.

Color convert

RGB537065-
CMYK0.2400.070.73
HSL162.35º13.82%24.12%-
HSV(B)162.35º24.29%27.45%-
XYZ4.615.525.82-
YUV64.35128.37119.91-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 28.19%
GREEN value IS 70 (27.73% from 255) = 37.23%
BLUE value IS 65 (25.78% from 255) = 34.57%
R=28.19%
G=37.23%
B=34.57%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5370650.2400.070.73162.3513.8224.12
Hex354641180749a2e18
Octal6510610130071112421630
Binary11010110001101000001110000111100100110100010111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #354641

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #354641; }

 p { color: rgb(53,70,65); }

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

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

 a { background-color: rgb(53,70,65); }

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

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

 span { border-color: rgb(53,70,65); }

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