#384F42

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

Shades of Goblin #384F42

Tints of Goblin #384F42

Color information

#384F42 (or 0x384F42) is unknown color: approx Goblin. HEX triplet: 38, 4F and 42. RGB value is (56,79,66). Sum of RGB (Red+Green+Blue) = 56+79+66=201 (26% of max value = 765). Red value is 56 (22.27% from 255 or 27.86% from 201); Green value is 79 (31.25% from 255 or 39.30% from 201); Blue value is 66 (26.17% from 255 or 32.84% from 201); Max value from RGB is 79 - color contains mainly: green. Hex color #384F42 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #384F42 is #C7B0BD. Grayscale: #464646. Windows color (decimal): -13086910 or 4345656. OLE color: 4345656.

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

Color convert

RGB567966-
CMYK0.2900.160.69
HSL146.09º17.04%26.47%-
HSV(B)146.09º29.11%30.98%-
XYZ5.416.836.19-
YUV70.64125.38117.56-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 27.86%
GREEN value IS 79 (31.25% from 255) = 39.30%
BLUE value IS 66 (26.17% from 255) = 32.84%
R=27.86%
G=39.30%
B=32.84%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5679660.2900.160.69146.0917.0426.47
Hex384F421D0104592111a
Octal70117102350201052222132
Binary11100010011111000010111010100001000101100100101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #384F42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,79,66); }

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

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

 a { background-color: rgb(56,79,66); }

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

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

 span { border-color: rgb(56,79,66); }

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