#38563F

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

Shades of Goblin #38563F

Tints of Goblin #38563F

Color information

#38563F (or 0x38563F) is unknown color: approx Goblin. HEX triplet: 38, 56 and 3F. RGB value is (56,86,63). Sum of RGB (Red+Green+Blue) = 56+86+63=205 (27% of max value = 765). Red value is 56 (22.27% from 255 or 27.32% from 205); Green value is 86 (33.98% from 255 or 41.95% from 205); Blue value is 63 (25% from 255 or 30.73% from 205); Max value from RGB is 86 - color contains mainly: green. Hex color #38563F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #38563F is #C7A9C0. Grayscale: #4A4A4A. Windows color (decimal): -13085121 or 4150840. OLE color: 4150840.

HSL color Cylindrical-coordinate representation of color #38563F: hue angle of 134º degrees, saturation: 0.21, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #38563F is Cyan = 0.35, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.66.

Color convert

RGB568663-
CMYK0.3500.270.66
HSL134º21.13%27.84%-
HSV(B)134º34.88%33.73%-
XYZ5.867.865.91-
YUV74.41121.56114.87-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 27.32%
GREEN value IS 86 (33.98% from 255) = 41.95%
BLUE value IS 63 (25% from 255) = 30.73%
R=27.32%
G=41.95%
B=30.73%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal5686630.3500.270.6613421.1327.84
Hex38563F2301B4286151c
Octal7012677430331022062534
Binary11100010101101111111000110110111000010100001101010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38563F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38563F; }

 p { color: rgb(56,86,63); }

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

<style>
 a { background-color: #38563F; }

 a { background-color: rgb(56,86,63); }

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

<style>
 span { border-color: #38563F; }

 span { border-color: rgb(56,86,63); }

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