#374440

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

Shades of Te Papa Green #374440

Tints of Te Papa Green #374440

Color information

#374440 (or 0x374440) is unknown color: approx Te Papa Green. HEX triplet: 37, 44 and 40. RGB value is (55,68,64). Sum of RGB (Red+Green+Blue) = 55+68+64=187 (24% of max value = 765). Red value is 55 (21.88% from 255 or 29.41% from 187); Green value is 68 (26.95% from 255 or 36.36% from 187); Blue value is 64 (25.39% from 255 or 34.22% from 187); Max value from RGB is 68 - color contains mainly: green. Hex color #374440 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #374440 is #C8BBBF. Grayscale: #3F3F3F. Windows color (decimal): -13155264 or 4211767. OLE color: 4211767.

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

Color convert

RGB556864-
CMYK0.1900.060.73
HSL161.54º10.57%24.12%-
HSV(B)161.54º19.12%26.67%-
XYZ4.575.325.64-
YUV63.66128.19121.83-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 29.41%
GREEN value IS 68 (26.95% from 255) = 36.36%
BLUE value IS 64 (25.39% from 255) = 34.22%
R=29.41%
G=36.36%
B=34.22%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5568640.1900.060.73161.5410.5724.12
Hex374440130649a2b18
Octal6710410023061112421330
Binary11011110001001000000100110110100100110100010101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #374440

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #374440; }

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

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

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

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

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

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

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

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