#385041

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

Shades of Goblin #385041

Tints of Goblin #385041

Color information

#385041 (or 0x385041) is unknown color: approx Goblin. HEX triplet: 38, 50 and 41. RGB value is (56,80,65). Sum of RGB (Red+Green+Blue) = 56+80+65=201 (26% of max value = 765). Red value is 56 (22.27% from 255 or 27.86% from 201); Green value is 80 (31.64% from 255 or 39.80% from 201); Blue value is 65 (25.78% from 255 or 32.34% from 201); Max value from RGB is 80 - color contains mainly: green. Hex color #385041 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #385041 is #C7AFBE. Grayscale: #474747. Windows color (decimal): -13086655 or 4280376. OLE color: 4280376.

HSL color Cylindrical-coordinate representation of color #385041: hue angle of 142.5º degrees, saturation: 0.18, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #385041 is Cyan = 0.30, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.69.

Color convert

RGB568065-
CMYK0.3000.190.69
HSL142.5º17.65%26.67%-
HSV(B)142.5º30%31.37%-
XYZ5.456.966.06-
YUV71.11124.55117.22-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 27.86%
GREEN value IS 80 (31.64% from 255) = 39.80%
BLUE value IS 65 (25.78% from 255) = 32.34%
R=27.86%
G=39.80%
B=32.34%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5680650.3000.190.69142.517.6526.67
Hex3850411E013458e121b
Octal70120101360231052162233
Binary11100010100001000001111100100111000101100011101001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #385041

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #385041; }

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

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

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

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

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

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

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

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