#3A483E

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

Shades of Goblin #3A483E

Tints of Goblin #3A483E

Color information

#3A483E (or 0x3A483E) is unknown color: approx Goblin. HEX triplet: 3A, 48 and 3E. RGB value is (58,72,62). Sum of RGB (Red+Green+Blue) = 58+72+62=192 (25% of max value = 765). Red value is 58 (23.05% from 255 or 30.21% from 192); Green value is 72 (28.52% from 255 or 37.5% from 192); Blue value is 62 (24.61% from 255 or 32.29% from 192); Max value from RGB is 72 - color contains mainly: green. Hex color #3A483E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A483E is #C5B7C1. Grayscale: #424242. Windows color (decimal): -12957634 or 4081722. OLE color: 4081722.

HSL color Cylindrical-coordinate representation of color #3A483E: hue angle of 137.14º 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 #3A483E is Cyan = 0.19, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.72.

Color convert

RGB587262-
CMYK0.1900.140.72
HSL137.14º10.77%25.49%-
HSV(B)137.14º19.44%28.24%-
XYZ4.935.885.43-
YUV66.67125.36121.81-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 30.21%
GREEN value IS 72 (28.52% from 255) = 37.5%
BLUE value IS 62 (24.61% from 255) = 32.29%
R=30.21%
G=37.5%
B=32.29%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5872620.1900.140.72137.1410.7725.49
Hex3A483E130E4889b19
Octal7211076230161102111331
Binary11101010010001111101001101110100100010001001101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A483E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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