#38573F

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

Shades of Goblin #38573F

Tints of Goblin #38573F

Color information

#38573F (or 0x38573F) is unknown color: approx Goblin. HEX triplet: 38, 57 and 3F. RGB value is (56,87,63). Sum of RGB (Red+Green+Blue) = 56+87+63=206 (27% of max value = 765). Red value is 56 (22.27% from 255 or 27.18% from 206); Green value is 87 (34.38% from 255 or 42.23% from 206); Blue value is 63 (25% from 255 or 30.58% from 206); Max value from RGB is 87 - color contains mainly: green. Hex color #38573F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #38573F is #C7A8C0. Grayscale: #4B4B4B. Windows color (decimal): -13084865 or 4151096. OLE color: 4151096.

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

Color convert

RGB568763-
CMYK0.3600.280.66
HSL133.55º21.68%28.04%-
HSV(B)133.55º35.63%34.12%-
XYZ5.948.025.94-
YUV74.99121.23114.45-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 27.18%
GREEN value IS 87 (34.38% from 255) = 42.23%
BLUE value IS 63 (25% from 255) = 30.58%
R=27.18%
G=42.23%
B=30.58%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal5687630.3600.280.66133.5521.6828.04
Hex38573F2401C4286161c
Octal7012777440341022062634
Binary11100010101111111111001000111001000010100001101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38573F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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