#38493E

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

Shades of Goblin #38493E

Tints of Goblin #38493E

Color information

#38493E (or 0x38493E) is unknown color: approx Goblin. HEX triplet: 38, 49 and 3E. RGB value is (56,73,62). Sum of RGB (Red+Green+Blue) = 56+73+62=191 (25% of max value = 765). Red value is 56 (22.27% from 255 or 29.32% from 191); Green value is 73 (28.91% from 255 or 38.22% from 191); Blue value is 62 (24.61% from 255 or 32.46% from 191); Max value from RGB is 73 - color contains mainly: green. Hex color #38493E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38493E is #C7B6C1. Grayscale: #424242. Windows color (decimal): -13088450 or 4081976. OLE color: 4081976.

HSL color Cylindrical-coordinate representation of color #38493E: hue angle of 141.18º degrees, saturation: 0.13, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #38493E is Cyan = 0.23, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.71.

Color convert

RGB567362-
CMYK0.2300.150.71
HSL141.18º13.18%25.29%-
HSV(B)141.18º23.29%28.63%-
XYZ4.885.955.45-
YUV66.66125.37120.39-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 29.32%
GREEN value IS 73 (28.91% from 255) = 38.22%
BLUE value IS 62 (24.61% from 255) = 32.46%
R=29.32%
G=38.22%
B=32.46%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5673620.2300.150.71141.1813.1825.29
Hex38493E170F478dd19
Octal7011176270171072151531
Binary11100010010011111101011101111100011110001101110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38493E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38493E; }

 p { color: rgb(56,73,62); }

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

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

 a { background-color: rgb(56,73,62); }

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

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

 span { border-color: rgb(56,73,62); }

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