#38503C

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

Shades of Goblin #38503C

Tints of Goblin #38503C

Color information

#38503C (or 0x38503C) is unknown color: approx Goblin. HEX triplet: 38, 50 and 3C. RGB value is (56,80,60). Sum of RGB (Red+Green+Blue) = 56+80+60=196 (25% of max value = 765). Red value is 56 (22.27% from 255 or 28.57% from 196); Green value is 80 (31.64% from 255 or 40.82% from 196); Blue value is 60 (23.83% from 255 or 30.61% from 196); Max value from RGB is 80 - color contains mainly: green. Hex color #38503C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #38503C is #C7AFC3. Grayscale: #464646. Windows color (decimal): -13086660 or 3952696. OLE color: 3952696.

HSL color Cylindrical-coordinate representation of color #38503C: hue angle of 130º 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 #38503C is Cyan = 0.30, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.69.

Color convert

RGB568060-
CMYK0.3000.250.69
HSL130º17.65%26.67%-
HSV(B)130º30%31.37%-
XYZ5.326.95.33-
YUV70.54122.05117.63-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 28.57%
GREEN value IS 80 (31.64% from 255) = 40.82%
BLUE value IS 60 (23.83% from 255) = 30.61%
R=28.57%
G=40.82%
B=30.61%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5680600.3000.250.6913017.6526.67
Hex38503C1E0194582121b
Octal7012074360311052022233
Binary1110001010000111100111100110011000101100000101001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38503C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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