#385540

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

Shades of Goblin #385540

Tints of Goblin #385540

Color information

#385540 (or 0x385540) is unknown color: approx Goblin. HEX triplet: 38, 55 and 40. RGB value is (56,85,64). Sum of RGB (Red+Green+Blue) = 56+85+64=205 (27% of max value = 765). Red value is 56 (22.27% from 255 or 27.32% from 205); Green value is 85 (33.59% from 255 or 41.46% from 205); Blue value is 64 (25.39% from 255 or 31.22% from 205); Max value from RGB is 85 - color contains mainly: green. Hex color #385540 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #385540 is #C7AABF. Grayscale: #494949. Windows color (decimal): -13085376 or 4216120. OLE color: 4216120.

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

Color convert

RGB568564-
CMYK0.3400.250.67
HSL136.55º20.57%27.65%-
HSV(B)136.55º34.12%33.33%-
XYZ5.87.716.03-
YUV73.94122.39115.21-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 27.32%
GREEN value IS 85 (33.59% from 255) = 41.46%
BLUE value IS 64 (25.39% from 255) = 31.22%
R=27.32%
G=41.46%
B=31.22%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5685640.3400.250.67136.5520.5727.65
Hex385540220194389151c
Octal70125100420311032112534
Binary111000101010110000001000100110011000011100010011010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #385540

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #385540; }

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

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

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

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

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

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

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

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