#3A483F

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

Shades of Goblin #3A483F

Tints of Goblin #3A483F

Color information

#3A483F (or 0x3A483F) is unknown color: approx Goblin. HEX triplet: 3A, 48 and 3F. RGB value is (58,72,63). Sum of RGB (Red+Green+Blue) = 58+72+63=193 (25% of max value = 765). Red value is 58 (23.05% from 255 or 30.05% from 193); Green value is 72 (28.52% from 255 or 37.31% from 193); Blue value is 63 (25% from 255 or 32.64% from 193); Max value from RGB is 72 - color contains mainly: green. Hex color #3A483F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A483F is #C5B7C0. Grayscale: #424242. Windows color (decimal): -12957633 or 4147258. OLE color: 4147258.

HSL color Cylindrical-coordinate representation of color #3A483F: hue angle of 141.43º degrees, saturation: 0.11, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #3A483F is Cyan = 0.19, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.72.

Color convert

RGB587263-
CMYK0.1900.120.72
HSL141.43º10.77%25.49%-
HSV(B)141.43º19.44%28.24%-
XYZ4.965.895.58-
YUV66.79125.86121.73-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 30.05%
GREEN value IS 72 (28.52% from 255) = 37.31%
BLUE value IS 63 (25% from 255) = 32.64%
R=30.05%
G=37.31%
B=32.64%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5872630.1900.120.72141.4310.7725.49
Hex3A483F130C488db19
Octal7211077230141102151331
Binary11101010010001111111001101100100100010001101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A483F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,72,63); }

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

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

 a { background-color: rgb(58,72,63); }

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

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

 span { border-color: rgb(58,72,63); }

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