#374641

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

Shades of Te Papa Green #374641

Tints of Te Papa Green #374641

Color information

#374641 (or 0x374641) is unknown color: approx Te Papa Green. HEX triplet: 37, 46 and 41. RGB value is (55,70,65). Sum of RGB (Red+Green+Blue) = 55+70+65=190 (25% of max value = 765). Red value is 55 (21.88% from 255 or 28.95% from 190); Green value is 70 (27.73% from 255 or 36.84% from 190); Blue value is 65 (25.78% from 255 or 34.21% from 190); Max value from RGB is 70 - color contains mainly: green. Hex color #374641 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #374641 is #C8B9BE. Grayscale: #404040. Windows color (decimal): -13154751 or 4277815. OLE color: 4277815.

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

Color convert

RGB557065-
CMYK0.2100.070.73
HSL160º12%24.51%-
HSV(B)160º21.43%27.45%-
XYZ4.725.575.83-
YUV64.94128.03120.91-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 28.95%
GREEN value IS 70 (27.73% from 255) = 36.84%
BLUE value IS 65 (25.78% from 255) = 34.21%
R=28.95%
G=36.84%
B=34.21%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5570650.2100.070.731601224.51
Hex374641150749a0c19
Octal6710610125071112401431
Binary11011110001101000001101010111100100110100000110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #374641

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #374641; }

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

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

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

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

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

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

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

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