#385441

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

Shades of Goblin #385441

Tints of Goblin #385441

Color information

#385441 (or 0x385441) is unknown color: approx Goblin. HEX triplet: 38, 54 and 41. RGB value is (56,84,65). Sum of RGB (Red+Green+Blue) = 56+84+65=205 (27% of max value = 765). Red value is 56 (22.27% from 255 or 27.32% from 205); Green value is 84 (33.20% from 255 or 40.98% from 205); Blue value is 65 (25.78% from 255 or 31.71% from 205); Max value from RGB is 84 - color contains mainly: green. Hex color #385441 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #385441 is #C7ABBE. Grayscale: #494949. Windows color (decimal): -13085631 or 4281400. OLE color: 4281400.

HSL color Cylindrical-coordinate representation of color #385441: hue angle of 139.29º degrees, saturation: 0.2, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #385441 is Cyan = 0.33, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.67.

Color convert

RGB568465-
CMYK0.3300.230.67
HSL139.29º20%27.45%-
HSV(B)139.29º33.33%32.94%-
XYZ5.767.566.16-
YUV73.46123.22115.54-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 27.32%
GREEN value IS 84 (33.20% from 255) = 40.98%
BLUE value IS 65 (25.78% from 255) = 31.71%
R=27.32%
G=40.98%
B=31.71%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5684650.3300.230.67139.292027.45
Hex38544121017438b141b
Octal70124101410271032132433
Binary111000101010010000011000010101111000011100010111010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #385441

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #385441; }

 p { color: rgb(56,84,65); }

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

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

 a { background-color: rgb(56,84,65); }

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

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

 span { border-color: rgb(56,84,65); }

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