#385841

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

Shades of Goblin #385841

Tints of Goblin #385841

Color information

#385841 (or 0x385841) is unknown color: approx Goblin. HEX triplet: 38, 58 and 41. RGB value is (56,88,65). Sum of RGB (Red+Green+Blue) = 56+88+65=209 (27% of max value = 765). Red value is 56 (22.27% from 255 or 26.79% from 209); Green value is 88 (34.77% from 255 or 42.11% from 209); Blue value is 65 (25.78% from 255 or 31.10% from 209); Max value from RGB is 88 - color contains mainly: green. Hex color #385841 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #385841 is #C7A7BE. Grayscale: #4B4B4B. Windows color (decimal): -13084607 or 4282424. OLE color: 4282424.

HSL color Cylindrical-coordinate representation of color #385841: hue angle of 136.88º degrees, saturation: 0.22, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #385841 is Cyan = 0.36, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.65.

Color convert

RGB568865-
CMYK0.3600.260.65
HSL136.88º22.22%28.24%-
HSV(B)136.88º36.36%34.51%-
XYZ6.078.26.26-
YUV75.81121.9113.87-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 26.79%
GREEN value IS 88 (34.77% from 255) = 42.11%
BLUE value IS 65 (25.78% from 255) = 31.10%
R=26.79%
G=42.11%
B=31.10%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5688650.3600.260.65136.8822.2228.24
Hex3858412401A4189161c
Octal70130101440321012112634
Binary111000101100010000011001000110101000001100010011011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #385841

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #385841; }

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

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

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

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

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

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

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

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