#38483D

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

Shades of Goblin #38483D

Tints of Goblin #38483D

Color information

#38483D (or 0x38483D) is unknown color: approx Goblin. HEX triplet: 38, 48 and 3D. RGB value is (56,72,61). Sum of RGB (Red+Green+Blue) = 56+72+61=189 (25% of max value = 765). Red value is 56 (22.27% from 255 or 29.63% from 189); Green value is 72 (28.52% from 255 or 38.10% from 189); Blue value is 61 (24.22% from 255 or 32.28% from 189); Max value from RGB is 72 - color contains mainly: green. Hex color #38483D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38483D is #C7B7C2. Grayscale: #414141. Windows color (decimal): -13088707 or 4016184. OLE color: 4016184.

HSL color Cylindrical-coordinate representation of color #38483D: hue angle of 138.75º degrees, saturation: 0.13, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #38483D is Cyan = 0.22, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.72.

Color convert

RGB567261-
CMYK0.2200.150.72
HSL138.75º12.5%25.1%-
HSV(B)138.75º22.22%28.24%-
XYZ4.795.815.28-
YUV65.96125.2120.89-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 29.63%
GREEN value IS 72 (28.52% from 255) = 38.10%
BLUE value IS 61 (24.22% from 255) = 32.28%
R=29.63%
G=38.10%
B=32.28%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5672610.2200.150.72138.7512.525.1
Hex38483D160F488bd19
Octal7011075260171102131531
Binary11100010010001111011011001111100100010001011110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38483D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38483D; }

 p { color: rgb(56,72,61); }

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

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

 a { background-color: rgb(56,72,61); }

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

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

 span { border-color: rgb(56,72,61); }

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