#385641

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

Shades of Goblin #385641

Tints of Goblin #385641

Color information

#385641 (or 0x385641) is unknown color: approx Goblin. HEX triplet: 38, 56 and 41. RGB value is (56,86,65). Sum of RGB (Red+Green+Blue) = 56+86+65=207 (27% of max value = 765). Red value is 56 (22.27% from 255 or 27.05% from 207); Green value is 86 (33.98% from 255 or 41.55% from 207); Blue value is 65 (25.78% from 255 or 31.40% from 207); Max value from RGB is 86 - color contains mainly: green. Hex color #385641 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #385641 is #C7A9BE. Grayscale: #4A4A4A. Windows color (decimal): -13085119 or 4281912. OLE color: 4281912.

HSL color Cylindrical-coordinate representation of color #385641: hue angle of 138º degrees, saturation: 0.21, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #385641 is Cyan = 0.35, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.66.

Color convert

RGB568665-
CMYK0.3500.240.66
HSL138º21.13%27.84%-
HSV(B)138º34.88%33.73%-
XYZ5.917.886.21-
YUV74.64122.56114.71-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 27.05%
GREEN value IS 86 (33.98% from 255) = 41.55%
BLUE value IS 65 (25.78% from 255) = 31.40%
R=27.05%
G=41.55%
B=31.40%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal5686650.3500.240.6613821.1327.84
Hex38564123018428a151c
Octal70126101430301022122534
Binary111000101011010000011000110110001000010100010101010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #385641

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #385641; }

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

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

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

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

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

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

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

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