#354940

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

Shades of Te Papa Green #354940

Tints of Te Papa Green #354940

Color information

#354940 (or 0x354940) is unknown color: approx Te Papa Green. HEX triplet: 35, 49 and 40. RGB value is (53,73,64). Sum of RGB (Red+Green+Blue) = 53+73+64=190 (25% of max value = 765). Red value is 53 (21.09% from 255 or 27.89% from 190); Green value is 73 (28.91% from 255 or 38.42% from 190); Blue value is 64 (25.39% from 255 or 33.68% from 190); Max value from RGB is 73 - color contains mainly: green. Hex color #354940 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #354940 is #CAB6BF. Grayscale: #424242. Windows color (decimal): -13285056 or 4213045. OLE color: 4213045.

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

Color convert

RGB537364-
CMYK0.2700.120.71
HSL153º15.87%24.71%-
HSV(B)153º27.4%28.63%-
XYZ4.785.895.74-
YUV65.99126.87118.73-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 27.89%
GREEN value IS 73 (28.91% from 255) = 38.42%
BLUE value IS 64 (25.39% from 255) = 33.68%
R=27.89%
G=38.42%
B=33.68%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5373640.2700.120.7115315.8724.71
Hex3549401B0C47991019
Octal65111100330141072312031
Binary1101011001001100000011011011001000111100110011000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #354940

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #354940; }

 p { color: rgb(53,73,64); }

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

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

 a { background-color: rgb(53,73,64); }

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

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

 span { border-color: rgb(53,73,64); }

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