#384A40

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

Shades of Goblin #384A40

Tints of Goblin #384A40

Color information

#384A40 (or 0x384A40) is unknown color: approx Goblin. HEX triplet: 38, 4A and 40. RGB value is (56,74,64). Sum of RGB (Red+Green+Blue) = 56+74+64=194 (25% of max value = 765). Red value is 56 (22.27% from 255 or 28.87% from 194); Green value is 74 (29.30% from 255 or 38.14% from 194); Blue value is 64 (25.39% from 255 or 32.99% from 194); Max value from RGB is 74 - color contains mainly: green. Hex color #384A40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #384A40 is #C7B5BF. Grayscale: #434343. Windows color (decimal): -13088192 or 4213304. OLE color: 4213304.

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

Color convert

RGB567464-
CMYK0.2400.140.71
HSL146.67º13.85%25.49%-
HSV(B)146.67º24.32%29.02%-
XYZ5.016.115.77-
YUV67.48126.04119.81-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 28.87%
GREEN value IS 74 (29.30% from 255) = 38.14%
BLUE value IS 64 (25.39% from 255) = 32.99%
R=28.87%
G=38.14%
B=32.99%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5674640.2400.140.71146.6713.8525.49
Hex384A40180E4793e19
Octal70112100300161072231631
Binary111000100101010000001100001110100011110010011111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #384A40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #384A40; }

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

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

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

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

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

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

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

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