#395443

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

Shades of Goblin #395443

Tints of Goblin #395443

Color information

#395443 (or 0x395443) is unknown color: approx Goblin. HEX triplet: 39, 54 and 43. RGB value is (57,84,67). Sum of RGB (Red+Green+Blue) = 57+84+67=208 (27% of max value = 765). Red value is 57 (22.66% from 255 or 27.40% from 208); Green value is 84 (33.20% from 255 or 40.38% from 208); Blue value is 67 (26.56% from 255 or 32.21% from 208); Max value from RGB is 84 - color contains mainly: green. Hex color #395443 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #395443 is #C6ABBC. Grayscale: #4A4A4A. Windows color (decimal): -13020093 or 4412473. OLE color: 4412473.

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

Color convert

RGB578467-
CMYK0.3200.200.67
HSL142.22º19.15%27.65%-
HSV(B)142.22º32.14%32.94%-
XYZ5.877.626.47-
YUV73.99124.05115.88-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 27.40%
GREEN value IS 84 (33.20% from 255) = 40.38%
BLUE value IS 67 (26.56% from 255) = 32.21%
R=27.40%
G=40.38%
B=32.21%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5784670.3200.200.67142.2219.1527.65
Hex39544320014438e131c
Octal71124103400241032162334
Binary111001101010010000111000000101001000011100011101001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #395443

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #395443; }

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

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

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

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

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

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

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

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