#374940

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

Shades of Te Papa Green #374940

Tints of Te Papa Green #374940

Color information

#374940 (or 0x374940) is unknown color: approx Te Papa Green. HEX triplet: 37, 49 and 40. RGB value is (55,73,64). Sum of RGB (Red+Green+Blue) = 55+73+64=192 (25% of max value = 765). Red value is 55 (21.88% from 255 or 28.65% from 192); Green value is 73 (28.91% from 255 or 38.02% from 192); Blue value is 64 (25.39% from 255 or 33.33% from 192); Max value from RGB is 73 - color contains mainly: green. Hex color #374940 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #374940 is #C8B6BF. Grayscale: #424242. Windows color (decimal): -13153984 or 4213047. OLE color: 4213047.

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

Color convert

RGB557364-
CMYK0.2500.120.71
HSL150º14.06%25.1%-
HSV(B)150º24.66%28.63%-
XYZ4.885.955.74-
YUV66.59126.54119.73-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 28.65%
GREEN value IS 73 (28.91% from 255) = 38.02%
BLUE value IS 64 (25.39% from 255) = 33.33%
R=28.65%
G=38.02%
B=33.33%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5573640.2500.120.7115014.0625.1
Hex374940190C4796e19
Octal67111100310141072261631
Binary110111100100110000001100101100100011110010110111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #374940

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #374940; }

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

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

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

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

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

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

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

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