#385D45

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

Shades of Goblin #385D45

Tints of Goblin #385D45

Color information

#385D45 (or 0x385D45) is unknown color: approx Goblin. HEX triplet: 38, 5D and 45. RGB value is (56,93,69). Sum of RGB (Red+Green+Blue) = 56+93+69=218 (28% of max value = 765). Red value is 56 (22.27% from 255 or 25.69% from 218); Green value is 93 (36.72% from 255 or 42.66% from 218); Blue value is 69 (27.34% from 255 or 31.65% from 218); Max value from RGB is 93 - color contains mainly: green. Hex color #385D45 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #385D45 is #C7A2BA. Grayscale: #4F4F4F. Windows color (decimal): -13083323 or 4545848. OLE color: 4545848.

HSL color Cylindrical-coordinate representation of color #385D45: hue angle of 141.08º degrees, saturation: 0.25, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #385D45 is Cyan = 0.40, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.64.

Color convert

RGB569369-
CMYK0.4000.260.64
HSL141.08º24.83%29.22%-
HSV(B)141.08º39.78%36.47%-
XYZ6.629.17.04-
YUV79.2122.24111.45-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 25.69%
GREEN value IS 93 (36.72% from 255) = 42.66%
BLUE value IS 69 (27.34% from 255) = 31.65%
R=25.69%
G=42.66%
B=31.65%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5693690.4000.260.64141.0824.8329.22
Hex385D452801A408d191d
Octal70135105500321002153135
Binary111000101110110001011010000110101000000100011011100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #385D45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #385D45; }

 p { color: rgb(56,93,69); }

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

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

 a { background-color: rgb(56,93,69); }

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

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

 span { border-color: rgb(56,93,69); }

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