#385443

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

Shades of Goblin #385443

Tints of Goblin #385443

Color information

#385443 (or 0x385443) is unknown color: approx Goblin. HEX triplet: 38, 54 and 43. RGB value is (56,84,67). Sum of RGB (Red+Green+Blue) = 56+84+67=207 (27% of max value = 765). Red value is 56 (22.27% from 255 or 27.05% from 207); Green value is 84 (33.20% from 255 or 40.58% from 207); Blue value is 67 (26.56% from 255 or 32.37% from 207); Max value from RGB is 84 - color contains mainly: green. Hex color #385443 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #385443 is #C7ABBC. Grayscale: #494949. Windows color (decimal): -13085629 or 4412472. OLE color: 4412472.

HSL color Cylindrical-coordinate representation of color #385443: hue angle of 143.57º degrees, saturation: 0.2, 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 #385443 is Cyan = 0.33, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.67.

Color convert

RGB568467-
CMYK0.3300.200.67
HSL143.57º20%27.45%-
HSV(B)143.57º33.33%32.94%-
XYZ5.817.596.47-
YUV73.69124.22115.38-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 27.05%
GREEN value IS 84 (33.20% from 255) = 40.58%
BLUE value IS 67 (26.56% from 255) = 32.37%
R=27.05%
G=40.58%
B=32.37%

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
Decimal5684670.3300.200.67143.572027.45
Hex385443210144390141b
Octal70124103410241032202433
Binary111000101010010000111000010101001000011100100001010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #385443

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #385443; }

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

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

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

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

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

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

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

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