#385440

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

Shades of Goblin #385440

Tints of Goblin #385440

Color information

#385440 (or 0x385440) is unknown color: approx Goblin. HEX triplet: 38, 54 and 40. RGB value is (56,84,64). Sum of RGB (Red+Green+Blue) = 56+84+64=204 (27% of max value = 765). Red value is 56 (22.27% from 255 or 27.45% from 204); Green value is 84 (33.20% from 255 or 41.18% from 204); Blue value is 64 (25.39% from 255 or 31.37% from 204); Max value from RGB is 84 - color contains mainly: green. Hex color #385440 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #385440 is #C7ABBF. Grayscale: #494949. Windows color (decimal): -13085632 or 4215864. OLE color: 4215864.

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

Color convert

RGB568464-
CMYK0.3300.240.67
HSL137.14º20%27.45%-
HSV(B)137.14º33.33%32.94%-
XYZ5.737.556.01-
YUV73.35122.72115.63-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 27.45%
GREEN value IS 84 (33.20% from 255) = 41.18%
BLUE value IS 64 (25.39% from 255) = 31.37%
R=27.45%
G=41.18%
B=31.37%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5684640.3300.240.67137.142027.45
Hex385440210184389141b
Octal70124100410301032112433
Binary111000101010010000001000010110001000011100010011010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #385440

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #385440; }

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

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

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

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

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

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

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

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