#374D3B

Color #374D3B Goblin (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Goblin #374D3B

Tints of Goblin #374D3B

Color information

#374D3B (or 0x374D3B) is unknown color: approx Goblin. HEX triplet: 37, 4D and 3B. RGB value is (55,77,59). Sum of RGB (Red+Green+Blue) = 55+77+59=191 (25% of max value = 765). Red value is 55 (21.88% from 255 or 28.80% from 191); Green value is 77 (30.47% from 255 or 40.31% from 191); Blue value is 59 (23.44% from 255 or 30.89% from 191); Max value from RGB is 77 - color contains mainly: green. Hex color #374D3B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #374D3B is #C8B2C4. Grayscale: #444444. Windows color (decimal): -13152965 or 3886391. OLE color: 3886391.

HSL color Cylindrical-coordinate representation of color #374D3B: hue angle of 130.91º degrees, saturation: 0.17, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #374D3B is Cyan = 0.29, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.70.

Color convert

RGB557759-
CMYK0.2900.230.70
HSL130.91º16.67%25.88%-
HSV(B)130.91º28.57%30.2%-
XYZ5.026.445.12-
YUV68.37122.71118.46-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 28.80%
GREEN value IS 77 (30.47% from 255) = 40.31%
BLUE value IS 59 (23.44% from 255) = 30.89%
R=28.80%
G=40.31%
B=30.89%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal5577590.2900.230.70130.9116.6725.88
Hex374D3B1D0174683111a
Octal6711573350271062032132
Binary1101111001101111011111010101111000110100000111000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #374D3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #374D3B; }

 p { color: rgb(55,77,59); }

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

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

 a { background-color: rgb(55,77,59); }

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

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

 span { border-color: rgb(55,77,59); }

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