#384940

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

Shades of Goblin #384940

Tints of Goblin #384940

Color information

#384940 (or 0x384940) is unknown color: approx Goblin. HEX triplet: 38, 49 and 40. RGB value is (56,73,64). Sum of RGB (Red+Green+Blue) = 56+73+64=193 (25% of max value = 765). Red value is 56 (22.27% from 255 or 29.02% from 193); Green value is 73 (28.91% from 255 or 37.82% from 193); Blue value is 64 (25.39% from 255 or 33.16% from 193); Max value from RGB is 73 - color contains mainly: green. Hex color #384940 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #384940 is #C7B6BF. Grayscale: #424242. Windows color (decimal): -13088448 or 4213048. OLE color: 4213048.

HSL color Cylindrical-coordinate representation of color #384940: hue angle of 148.24º degrees, saturation: 0.13, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #384940 is Cyan = 0.23, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.71.

Color convert

RGB567364-
CMYK0.2300.120.71
HSL148.24º13.18%25.29%-
HSV(B)148.24º23.29%28.63%-
XYZ4.945.985.74-
YUV66.89126.37120.23-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 29.02%
GREEN value IS 73 (28.91% from 255) = 37.82%
BLUE value IS 64 (25.39% from 255) = 33.16%
R=29.02%
G=37.82%
B=33.16%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5673640.2300.120.71148.2413.1825.29
Hex384940170C4794d19
Octal70111100270141072241531
Binary111000100100110000001011101100100011110010100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #384940

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #384940; }

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

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

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

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

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

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

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

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