#384F3F

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

Shades of Goblin #384F3F

Tints of Goblin #384F3F

Color information

#384F3F (or 0x384F3F) is unknown color: approx Goblin. HEX triplet: 38, 4F and 3F. RGB value is (56,79,63). Sum of RGB (Red+Green+Blue) = 56+79+63=198 (26% of max value = 765). Red value is 56 (22.27% from 255 or 28.28% from 198); Green value is 79 (31.25% from 255 or 39.90% from 198); Blue value is 63 (25% from 255 or 31.82% from 198); Max value from RGB is 79 - color contains mainly: green. Hex color #384F3F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #384F3F is #C7B0C0. Grayscale: #464646. Windows color (decimal): -13086913 or 4149048. OLE color: 4149048.

HSL color Cylindrical-coordinate representation of color #384F3F: hue angle of 138.26º 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 #384F3F is Cyan = 0.29, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.69.

Color convert

RGB567963-
CMYK0.2900.200.69
HSL138.26º17.04%26.47%-
HSV(B)138.26º29.11%30.98%-
XYZ5.326.795.73-
YUV70.3123.88117.8-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 28.28%
GREEN value IS 79 (31.25% from 255) = 39.90%
BLUE value IS 63 (25% from 255) = 31.82%
R=28.28%
G=39.90%
B=31.82%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5679630.2900.200.69138.2617.0426.47
Hex384F3F1D014458a111a
Octal7011777350241052122132
Binary1110001001111111111111010101001000101100010101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #384F3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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