#385341

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

Shades of Goblin #385341

Tints of Goblin #385341

Color information

#385341 (or 0x385341) is unknown color: approx Goblin. HEX triplet: 38, 53 and 41. RGB value is (56,83,65). Sum of RGB (Red+Green+Blue) = 56+83+65=204 (27% of max value = 765). Red value is 56 (22.27% from 255 or 27.45% from 204); Green value is 83 (32.81% from 255 or 40.69% from 204); Blue value is 65 (25.78% from 255 or 31.86% from 204); Max value from RGB is 83 - color contains mainly: green. Hex color #385341 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #385341 is #C7ACBE. Grayscale: #484848. Windows color (decimal): -13085887 or 4281144. OLE color: 4281144.

HSL color Cylindrical-coordinate representation of color #385341: hue angle of 140º degrees, saturation: 0.19, 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 #385341 is Cyan = 0.33, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.67.

Color convert

RGB568365-
CMYK0.3300.220.67
HSL140º19.42%27.25%-
HSV(B)140º32.53%32.55%-
XYZ5.687.416.13-
YUV72.88123.55115.96-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 27.45%
GREEN value IS 83 (32.81% from 255) = 40.69%
BLUE value IS 65 (25.78% from 255) = 31.86%
R=27.45%
G=40.69%
B=31.86%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5683650.3300.220.6714019.4227.25
Hex38534121016438c131b
Octal70123101410261032142333
Binary111000101001110000011000010101101000011100011001001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #385341

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #385341; }

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

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

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

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

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

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

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

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