#384E3D

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

Shades of Goblin #384E3D

Tints of Goblin #384E3D

Color information

#384E3D (or 0x384E3D) is unknown color: approx Goblin. HEX triplet: 38, 4E and 3D. RGB value is (56,78,61). Sum of RGB (Red+Green+Blue) = 56+78+61=195 (25% of max value = 765). Red value is 56 (22.27% from 255 or 28.72% from 195); Green value is 78 (30.86% from 255 or 40% from 195); Blue value is 61 (24.22% from 255 or 31.28% from 195); Max value from RGB is 78 - color contains mainly: green. Hex color #384E3D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #384E3D is #C7B1C2. Grayscale: #454545. Windows color (decimal): -13087171 or 4017720. OLE color: 4017720.

HSL color Cylindrical-coordinate representation of color #384E3D: hue angle of 133.64º degrees, saturation: 0.16, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #384E3D is Cyan = 0.28, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.69.

Color convert

RGB567861-
CMYK0.2800.220.69
HSL133.64º16.42%26.27%-
HSV(B)133.64º28.21%30.59%-
XYZ5.26.635.42-
YUV69.48123.21118.38-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 28.72%
GREEN value IS 78 (30.86% from 255) = 40%
BLUE value IS 61 (24.22% from 255) = 31.28%
R=28.72%
G=40%
B=31.28%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5678610.2800.220.69133.6416.4226.27
Hex384E3D1C0164586101a
Octal7011675340261052062032
Binary1110001001110111101111000101101000101100001101000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #384E3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,78,61); }

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

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

 a { background-color: rgb(56,78,61); }

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

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

 span { border-color: rgb(56,78,61); }

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