#3B523F

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

Shades of Goblin #3B523F

Tints of Goblin #3B523F

Color information

#3B523F (or 0x3B523F) is unknown color: approx Goblin. HEX triplet: 3B, 52 and 3F. RGB value is (59,82,63). Sum of RGB (Red+Green+Blue) = 59+82+63=204 (27% of max value = 765). Red value is 59 (23.44% from 255 or 28.92% from 204); Green value is 82 (32.42% from 255 or 40.20% from 204); Blue value is 63 (25% from 255 or 30.88% from 204); Max value from RGB is 82 - color contains mainly: green. Hex color #3B523F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3B523F is #C4ADC0. Grayscale: #494949. Windows color (decimal): -12889537 or 4149819. OLE color: 4149819.

HSL color Cylindrical-coordinate representation of color #3B523F: hue angle of 130.43º degrees, saturation: 0.16, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #3B523F is Cyan = 0.28, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.68.

Color convert

RGB598263-
CMYK0.2800.230.68
HSL130.43º16.31%27.65%-
HSV(B)130.43º28.05%32.16%-
XYZ5.727.325.81-
YUV72.96122.38118.04-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 28.92%
GREEN value IS 82 (32.42% from 255) = 40.20%
BLUE value IS 63 (25% from 255) = 30.88%
R=28.92%
G=40.20%
B=30.88%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal5982630.2800.230.68130.4316.3127.65
Hex3B523F1C0174482101c
Octal7312277340271042022034
Binary1110111010010111111111000101111000100100000101000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B523F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3B523F; }

 p { color: rgb(59,82,63); }

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

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

 a { background-color: rgb(59,82,63); }

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

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

 span { border-color: rgb(59,82,63); }

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