#385242

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

Shades of Goblin #385242

Tints of Goblin #385242

Color information

#385242 (or 0x385242) is unknown color: approx Goblin. HEX triplet: 38, 52 and 42. RGB value is (56,82,66). Sum of RGB (Red+Green+Blue) = 56+82+66=204 (27% of max value = 765). Red value is 56 (22.27% from 255 or 27.45% from 204); Green value is 82 (32.42% from 255 or 40.20% from 204); Blue value is 66 (26.17% from 255 or 32.35% from 204); Max value from RGB is 82 - color contains mainly: green. Hex color #385242 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #385242 is #C7ADBD. Grayscale: #484848. Windows color (decimal): -13086142 or 4346424. OLE color: 4346424.

HSL color Cylindrical-coordinate representation of color #385242: hue angle of 143.08º degrees, saturation: 0.19, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #385242 is Cyan = 0.32, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.68.

Color convert

RGB568266-
CMYK0.3200.200.68
HSL143.08º18.84%27.06%-
HSV(B)143.08º31.71%32.16%-
XYZ5.637.276.26-
YUV72.4124.39116.3-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 27.45%
GREEN value IS 82 (32.42% from 255) = 40.20%
BLUE value IS 66 (26.17% from 255) = 32.35%
R=27.45%
G=40.20%
B=32.35%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal5682660.3200.200.68143.0818.8427.06
Hex38524220014448f131b
Octal70122102400241042172333
Binary111000101001010000101000000101001000100100011111001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #385242

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #385242; }

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

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

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

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

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

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

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

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