#385342

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

Shades of Goblin #385342

Tints of Goblin #385342

Color information

#385342 (or 0x385342) is unknown color: approx Goblin. HEX triplet: 38, 53 and 42. RGB value is (56,83,66). Sum of RGB (Red+Green+Blue) = 56+83+66=205 (27% of max value = 765). Red value is 56 (22.27% from 255 or 27.32% from 205); Green value is 83 (32.81% from 255 or 40.49% from 205); Blue value is 66 (26.17% from 255 or 32.20% from 205); Max value from RGB is 83 - color contains mainly: green. Hex color #385342 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #385342 is #C7ACBD. Grayscale: #494949. Windows color (decimal): -13085886 or 4346680. OLE color: 4346680.

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

Color convert

RGB568366-
CMYK0.3300.200.67
HSL142.22º19.42%27.25%-
HSV(B)142.22º32.53%32.55%-
XYZ5.717.426.29-
YUV72.99124.05115.88-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 27.32%
GREEN value IS 83 (32.81% from 255) = 40.49%
BLUE value IS 66 (26.17% from 255) = 32.20%
R=27.32%
G=40.49%
B=32.20%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5683660.3300.200.67142.2219.4227.25
Hex38534221014438e131b
Octal70123102410241032162333
Binary111000101001110000101000010101001000011100011101001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #385342

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #385342; }

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

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

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

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

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

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

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

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