#385340

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

Shades of Goblin #385340

Tints of Goblin #385340

Color information

#385340 (or 0x385340) is unknown color: approx Goblin. HEX triplet: 38, 53 and 40. RGB value is (56,83,64). Sum of RGB (Red+Green+Blue) = 56+83+64=203 (26% of max value = 765). Red value is 56 (22.27% from 255 or 27.59% from 203); Green value is 83 (32.81% from 255 or 40.89% from 203); Blue value is 64 (25.39% from 255 or 31.53% from 203); Max value from RGB is 83 - color contains mainly: green. Hex color #385340 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #385340 is #C7ACBF. Grayscale: #484848. Windows color (decimal): -13085888 or 4215608. OLE color: 4215608.

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

Color convert

RGB568364-
CMYK0.3300.230.67
HSL137.78º19.42%27.25%-
HSV(B)137.78º32.53%32.55%-
XYZ5.657.45.98-
YUV72.76123.05116.04-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 27.59%
GREEN value IS 83 (32.81% from 255) = 40.89%
BLUE value IS 64 (25.39% from 255) = 31.53%
R=27.59%
G=40.89%
B=31.53%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5683640.3300.230.67137.7819.4227.25
Hex38534021017438a131b
Octal70123100410271032122333
Binary111000101001110000001000010101111000011100010101001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #385340

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #385340; }

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

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

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

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

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

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

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

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