#385243

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

Shades of Goblin #385243

Tints of Goblin #385243

Color information

#385243 (or 0x385243) is unknown color: approx Goblin. HEX triplet: 38, 52 and 43. RGB value is (56,82,67). Sum of RGB (Red+Green+Blue) = 56+82+67=205 (27% of max value = 765). Red value is 56 (22.27% from 255 or 27.32% from 205); Green value is 82 (32.42% from 255 or 40% from 205); Blue value is 67 (26.56% from 255 or 32.68% from 205); Max value from RGB is 82 - color contains mainly: green. Hex color #385243 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #385243 is #C7ADBC. Grayscale: #484848. Windows color (decimal): -13086141 or 4411960. OLE color: 4411960.

HSL color Cylindrical-coordinate representation of color #385243: hue angle of 145.38º 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 #385243 is Cyan = 0.32, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.68.

Color convert

RGB568267-
CMYK0.3200.180.68
HSL145.38º18.84%27.06%-
HSV(B)145.38º31.71%32.16%-
XYZ5.667.286.42-
YUV72.52124.89116.22-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 27.32%
GREEN value IS 82 (32.42% from 255) = 40%
BLUE value IS 67 (26.56% from 255) = 32.68%
R=27.32%
G=40%
B=32.68%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal5682670.3200.180.68145.3818.8427.06
Hex385243200124491131b
Octal70122103400221042212333
Binary111000101001010000111000000100101000100100100011001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #385243

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #385243; }

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

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

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

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

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

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

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

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