#38503D

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

Shades of Goblin #38503D

Tints of Goblin #38503D

Color information

#38503D (or 0x38503D) is unknown color: approx Goblin. HEX triplet: 38, 50 and 3D. RGB value is (56,80,61). Sum of RGB (Red+Green+Blue) = 56+80+61=197 (26% of max value = 765). Red value is 56 (22.27% from 255 or 28.43% from 197); Green value is 80 (31.64% from 255 or 40.61% from 197); Blue value is 61 (24.22% from 255 or 30.96% from 197); Max value from RGB is 80 - color contains mainly: green. Hex color #38503D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #38503D is #C7AFC2. Grayscale: #464646. Windows color (decimal): -13086659 or 4018232. OLE color: 4018232.

HSL color Cylindrical-coordinate representation of color #38503D: hue angle of 132.5º degrees, saturation: 0.18, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #38503D is Cyan = 0.30, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.69.

Color convert

RGB568061-
CMYK0.3000.240.69
HSL132.5º17.65%26.67%-
HSV(B)132.5º30%31.37%-
XYZ5.346.915.47-
YUV70.66122.55117.54-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 28.43%
GREEN value IS 80 (31.64% from 255) = 40.61%
BLUE value IS 61 (24.22% from 255) = 30.96%
R=28.43%
G=40.61%
B=30.96%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5680610.3000.240.69132.517.6526.67
Hex38503D1E0184584121b
Octal7012075360301052042233
Binary1110001010000111101111100110001000101100001001001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38503D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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