#374841

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

Shades of Te Papa Green #374841

Tints of Te Papa Green #374841

Color information

#374841 (or 0x374841) is unknown color: approx Te Papa Green. HEX triplet: 37, 48 and 41. RGB value is (55,72,65). Sum of RGB (Red+Green+Blue) = 55+72+65=192 (25% of max value = 765). Red value is 55 (21.88% from 255 or 28.65% from 192); Green value is 72 (28.52% from 255 or 37.5% from 192); Blue value is 65 (25.78% from 255 or 33.85% from 192); Max value from RGB is 72 - color contains mainly: green. Hex color #374841 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #374841 is #C8B7BE. Grayscale: #424242. Windows color (decimal): -13154239 or 4278327. OLE color: 4278327.

HSL color Cylindrical-coordinate representation of color #374841: hue angle of 155.29º degrees, saturation: 0.13, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #374841 is Cyan = 0.24, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.72.

Color convert

RGB557265-
CMYK0.2400.100.72
HSL155.29º13.39%24.9%-
HSV(B)155.29º23.61%28.24%-
XYZ4.855.835.87-
YUV66.12127.37120.07-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 28.65%
GREEN value IS 72 (28.52% from 255) = 37.5%
BLUE value IS 65 (25.78% from 255) = 33.85%
R=28.65%
G=37.5%
B=33.85%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5572650.2400.100.72155.2913.3924.9
Hex374841180A489bd19
Octal67110101300121102331531
Binary110111100100010000011100001010100100010011011110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #374841

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #374841; }

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

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

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

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

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

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

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

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